summaryrefslogtreecommitdiff
path: root/doc/emacs/help.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-01-24 12:59:55 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2022-01-24 12:59:55 +0100
commit031c2e46791925d70018945c9cb2c7c7f2c35efe (patch)
tree6115f3b2b1887fd8df39a308fd5e8ce149707ea3 /doc/emacs/help.texi
parent487a0be7f7eb0ca9402247f13a11e39aa2946d05 (diff)
downloademacs-031c2e46791925d70018945c9cb2c7c7f2c35efe.tar.gz
Add a *Help* command that'll take you to the lispref manual
* doc/emacs/help.texi (Help Mode): Document it. * lisp/help-mode.el (help-mode-map): Add an `I' keystroke. (help-goto-lispref-info): New command. * lisp/info-look.el (:mode): Add an entry for the lispref manual.
Diffstat (limited to 'doc/emacs/help.texi')
-rw-r--r--doc/emacs/help.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi
index 5a458209d2f..1f743ccd88f 100644
--- a/doc/emacs/help.texi
+++ b/doc/emacs/help.texi
@@ -478,6 +478,9 @@ View the source of the current help topic (if any)
(@code{help-view-source}).
@item i
Look up the current topic in the manual(s) (@code{help-goto-info}).
+@item I
+Look up the current topic in the Emacs Lisp manual
+(@code{help-goto-lispref-info}).
@item c
Customize the variable or the face (@code{help-customize}).
@end table