diff options
| author | Kenichi Handa | 2014-07-05 23:07:57 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-07-05 23:07:57 +0900 |
| commit | aeb894a9a06d84d29b93ca04432d7cbed366e665 (patch) | |
| tree | e2b73f9a76bc826c7a443e9a8d4fb3b49bdf7332 /lisp/help.el | |
| parent | 763a11d0d0dcf543e89a22c98f55ea07c40ceefa (diff) | |
| parent | a984543a4488ed08778eb775d62f7091db117945 (diff) | |
| download | emacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.tar.gz emacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.zip | |
merge trunk
Diffstat (limited to 'lisp/help.el')
| -rw-r--r-- | lisp/help.el | 10 |
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). |
| 199 | e Go to the *Messages* buffer which logs echo-area messages. | 199 | e Go to the *Messages* buffer which logs echo-area messages. |
| 200 | f FUNCTION Display documentation for the given function. | 200 | f FUNCTION Display documentation for the given function. |
| 201 | F COMMAND Show the on-line manual's section that describes the command. | 201 | F COMMAND Show the Emacs manual's section that describes the command. |
| 202 | g Display information about the GNU project. | 202 | g Display information about the GNU project. |
| 203 | h Display the HELLO file which illustrates various scripts. | 203 | h Display the HELLO file which illustrates various scripts. |
| 204 | i Start the Info documentation reader: read on-line manuals. | 204 | i Start the Info documentation reader: read included manuals. |
| 205 | I METHOD Describe a specific input method, or RET for current. | 205 | I METHOD Describe a specific input method, or RET for current. |
| 206 | k KEYS Display the full documentation for the key sequence. | 206 | k KEYS Display the full documentation for the key sequence. |
| 207 | K KEYS Show the on-line manual's section for the command bound to KEYS. | 207 | K KEYS Show the Emacs manual's section for the command bound to KEYS. |
| 208 | l Show last 300 input keystrokes (lossage). | 208 | l Show last 300 input keystrokes (lossage). |
| 209 | L LANG-ENV Describes a specific language environment, or RET for current. | 209 | L LANG-ENV Describes a specific language environment, or RET for current. |
| 210 | m Display documentation of current minor modes and current major mode, | 210 | m Display documentation of current minor modes and current major mode, |
| @@ -214,7 +214,7 @@ p TOPIC Find packages matching a given topic keyword. | |||
| 214 | P PACKAGE Describe the given Emacs Lisp package. | 214 | P PACKAGE Describe the given Emacs Lisp package. |
| 215 | r Display the Emacs manual in Info mode. | 215 | r Display the Emacs manual in Info mode. |
| 216 | s Display contents of current syntax table, plus explanations. | 216 | s Display contents of current syntax table, plus explanations. |
| 217 | S SYMBOL Show the section for the given symbol in the on-line manual | 217 | S 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. |
| 219 | t Start the Emacs learn-by-doing tutorial. | 219 | t Start the Emacs learn-by-doing tutorial. |
| 220 | v VARIABLE Display the given variable's documentation and value. | 220 | v VARIABLE Display the given variable's documentation and value. |