branch: externals/consult
commit 16b7a327adf1ccbd41611f3bccf32c7909b13caf
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    README: Add consult-info-emacs example command
---
 README.org | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 6e46a053a6..ce8ab740c8 100644
--- a/README.org
+++ b/README.org
@@ -343,7 +343,13 @@ their descriptions.
 #+findex: consult-man
 - =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-info=: Full text search through info pages.
+- =consult-info=: Full text search through info pages. You may want to create 
your
+  own commands which search through a predefined set of info pages, for 
example:
+#+begin_src emacs-lisp
+  (defun consult-info-emacs ()
+    (interactive)
+    (consult-info "emacs" "elisp" "cl" "compat"))
+#+end_src
 
 ** Miscellaneous
 :properties:

Reply via email to