emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult a0fd82c: Update consult-apropos documentation


From: ELPA Syncer
Subject: [elpa] externals/consult a0fd82c: Update consult-apropos documentation
Date: Mon, 11 Oct 2021 07:57:11 -0400 (EDT)

branch: externals/consult
commit a0fd82cfc2c321fada764173c87cdd17f823cf48
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update consult-apropos documentation
---
 README.org | 4 +++-
 consult.el | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index e0b95fe..8605f0d 100644
--- a/README.org
+++ b/README.org
@@ -347,7 +347,9 @@ their descriptions.
  #+findex: consult-man
  #+findex: consult-preview-at-point
  #+findex: consult-preview-at-point-mode
- - =consult-apropos=: Replacement for =apropos= with completion.
+ - =consult-apropos=: Replacement for =apropos= with completion. As a better
+   alternative, you can run =embark-export= from commands like =M-x= or
+   =describe-symbol=.
  - =consult-man=: Find Unix man page, via Unix =apropos= or =man -k=.
    =consult-man= opens the selected man page using the Emacs =man= command.
  - =consult-file-externally=: Select a file and open it externally,
diff --git a/consult.el b/consult.el
index 573ba2e..e972e8d 100644
--- a/consult.el
+++ b/consult.el
@@ -3413,7 +3413,9 @@ variable `consult-bookmark-narrow' for the narrowing 
configuration."
 (defun consult-apropos ()
   "Select pattern and call `apropos'.
 
-The default value of the completion is the symbol at point."
+The default value of the completion is the symbol at point. As a better
+alternative, you can run `embark-export' from commands like `M-x' and
+`describe-symbol'."
   (interactive)
   (let ((pattern
          (consult--read



reply via email to

[Prev in Thread] Current Thread [Next in Thread]