branch: externals/marginalia
commit 796acf6329174909ee7e3f03fe4ed12e058a3f81
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Extend commentary
---
 marginalia.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/marginalia.el b/marginalia.el
index 1dacf19694..35b54edbc0 100644
--- a/marginalia.el
+++ b/marginalia.el
@@ -27,7 +27,11 @@
 
 ;;; Commentary:
 
-;; Enrich existing commands with completion annotations
+;; Enrich existing commands with completion annotations.  The information
+;; associated with the completion candidates is shown in the minibuffer or the
+;; *Completions* buffer.  For files the owner and permissions are shown, for
+;; buffers the major mode and modification status and for functions or commands
+;; the docstring is shown.
 
 ;;; Code:
 

Reply via email to