aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
authorKenichi Handa2014-07-05 23:07:57 +0900
committerKenichi Handa2014-07-05 23:07:57 +0900
commitaeb894a9a06d84d29b93ca04432d7cbed366e665 (patch)
treee2b73f9a76bc826c7a443e9a8d4fb3b49bdf7332 /lisp/help.el
parent763a11d0d0dcf543e89a22c98f55ea07c40ceefa (diff)
parenta984543a4488ed08778eb775d62f7091db117945 (diff)
downloademacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.tar.gz
emacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.zip
merge trunk
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 8ba3d86004b..63a658f391c 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -23,7 +23,7 @@
23 23
24;;; Commentary: 24;;; Commentary:
25 25
26;; This code implements GNU Emacs's on-line help system, the one invoked by 26;; This code implements GNU Emacs's built-in help system, the one invoked by
27;; `M-x help-for-help'. 27;; `M-x help-for-help'.
28 28
29;;; Code: 29;;; Code:
@@ -198,13 +198,13 @@ d PATTERN Show a list of functions, variables, and other items whose
198 documentation matches the PATTERN (a list of words or a regexp). 198 documentation matches the PATTERN (a list of words or a regexp).
199e Go to the *Messages* buffer which logs echo-area messages. 199e Go to the *Messages* buffer which logs echo-area messages.
200f FUNCTION Display documentation for the given function. 200f FUNCTION Display documentation for the given function.
201F COMMAND Show the on-line manual's section that describes the command. 201F COMMAND Show the Emacs manual's section that describes the command.
202g Display information about the GNU project. 202g Display information about the GNU project.
203h Display the HELLO file which illustrates various scripts. 203h Display the HELLO file which illustrates various scripts.
204i Start the Info documentation reader: read on-line manuals. 204i Start the Info documentation reader: read included manuals.
205I METHOD Describe a specific input method, or RET for current. 205I METHOD Describe a specific input method, or RET for current.
206k KEYS Display the full documentation for the key sequence. 206k KEYS Display the full documentation for the key sequence.
207K KEYS Show the on-line manual's section for the command bound to KEYS. 207K KEYS Show the Emacs manual's section for the command bound to KEYS.
208l Show last 300 input keystrokes (lossage). 208l Show last 300 input keystrokes (lossage).
209L LANG-ENV Describes a specific language environment, or RET for current. 209L LANG-ENV Describes a specific language environment, or RET for current.
210m Display documentation of current minor modes and current major mode, 210m Display documentation of current minor modes and current major mode,
@@ -214,7 +214,7 @@ p TOPIC Find packages matching a given topic keyword.
214P PACKAGE Describe the given Emacs Lisp package. 214P PACKAGE Describe the given Emacs Lisp package.
215r Display the Emacs manual in Info mode. 215r Display the Emacs manual in Info mode.
216s Display contents of current syntax table, plus explanations. 216s Display contents of current syntax table, plus explanations.
217S SYMBOL Show the section for the given symbol in the on-line manual 217S SYMBOL Show the section for the given symbol in the Info manual
218 for the programming language used in this buffer. 218 for the programming language used in this buffer.
219t Start the Emacs learn-by-doing tutorial. 219t Start the Emacs learn-by-doing tutorial.
220v VARIABLE Display the given variable's documentation and value. 220v VARIABLE Display the given variable's documentation and value.