diff options
| author | Karl Heuer | 1999-06-12 03:54:03 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-06-12 03:54:03 +0000 |
| commit | 90a5604048038f3817d1c82d392374f1cd5de5d4 (patch) | |
| tree | 0b168895588571e93b8bcfea6e11b85bbe460a1a /lisp | |
| parent | 3481a5c0f6f25772ca5f576576e913cc8d89909d (diff) | |
| download | emacs-90a5604048038f3817d1c82d392374f1cd5de5d4.tar.gz emacs-90a5604048038f3817d1c82d392374f1cd5de5d4.zip | |
(help-for-help): Mention C-h C-i. Clear up C-h n.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/help.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el index f5ed123a6f3..b0ca05a7474 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -483,17 +483,19 @@ C-f Info-goto-emacs-command-node. Type a function name; | |||
| 483 | i info. The info documentation reader. | 483 | i info. The info documentation reader. |
| 484 | I describe-input-method. Describe a specific input method (if you type | 484 | I describe-input-method. Describe a specific input method (if you type |
| 485 | its name) or the current input method (if you type just RET). | 485 | its name) or the current input method (if you type just RET). |
| 486 | C-i info-lookup-symbol. Display the definition of a specific symbol | ||
| 487 | as found in the manual for the language this buffer is written in. | ||
| 486 | k describe-key. Type a command key sequence; | 488 | k describe-key. Type a command key sequence; |
| 487 | it displays the full documentation. | 489 | it displays the full documentation. |
| 488 | C-k Info-goto-emacs-key-command-node. Type a command key sequence; | 490 | C-k Info-goto-emacs-key-command-node. Type a command key sequence; |
| 489 | it takes you to the Info node for the command bound to that key. | 491 | it takes you to the Info node for the command bound to that key. |
| 490 | l view-lossage. Shows last 100 characters you typed. | 492 | l view-lossage. Show last 100 characters you typed. |
| 491 | L describe-language-environment. This describes either the a | 493 | L describe-language-environment. This describes either the a |
| 492 | specific language environment (if you type its name) | 494 | specific language environment (if you type its name) |
| 493 | or the current language environment (if you type just RET). | 495 | or the current language environment (if you type just RET). |
| 494 | m describe-mode. Print documentation of current minor modes, | 496 | m describe-mode. Print documentation of current minor modes, |
| 495 | and the current major mode, including their special commands. | 497 | and the current major mode, including their special commands. |
| 496 | n view-emacs-news. Shows emacs news file. | 498 | n view-emacs-news. Display news of recent Emacs changes. |
| 497 | p finder-by-keyword. Find packages matching a given topic keyword. | 499 | p finder-by-keyword. Find packages matching a given topic keyword. |
| 498 | s describe-syntax. Display contents of syntax table, plus explanations | 500 | s describe-syntax. Display contents of syntax table, plus explanations |
| 499 | t help-with-tutorial. Select the Emacs learn-by-doing tutorial. | 501 | t help-with-tutorial. Select the Emacs learn-by-doing tutorial. |