aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el
index bf724252d5a..fb1719ac9c9 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -95,6 +95,7 @@
95 (define-key map "k" 'describe-key) 95 (define-key map "k" 'describe-key)
96 (define-key map "l" 'view-lossage) 96 (define-key map "l" 'view-lossage)
97 (define-key map "m" 'describe-mode) 97 (define-key map "m" 'describe-mode)
98 (define-key map "o" 'describe-function-or-variable)
98 (define-key map "n" 'view-emacs-news) 99 (define-key map "n" 'view-emacs-news)
99 (define-key map "p" 'finder-by-keyword) 100 (define-key map "p" 'finder-by-keyword)
100 (define-key map "P" 'describe-package) 101 (define-key map "P" 'describe-package)
@@ -218,6 +219,7 @@ L LANG-ENV Describes a specific language environment, or RET for current.
218m Display documentation of current minor modes and current major mode, 219m Display documentation of current minor modes and current major mode,
219 including their special commands. 220 including their special commands.
220n Display news of recent Emacs changes. 221n Display news of recent Emacs changes.
222o SYMBOL Display the given function or variable's documentation and value.
221p TOPIC Find packages matching a given topic keyword. 223p TOPIC Find packages matching a given topic keyword.
222P PACKAGE Describe the given Emacs Lisp package. 224P PACKAGE Describe the given Emacs Lisp package.
223r Display the Emacs manual in Info mode. 225r Display the Emacs manual in Info mode.