aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer1999-06-12 03:54:03 +0000
committerKarl Heuer1999-06-12 03:54:03 +0000
commit90a5604048038f3817d1c82d392374f1cd5de5d4 (patch)
tree0b168895588571e93b8bcfea6e11b85bbe460a1a /lisp
parent3481a5c0f6f25772ca5f576576e913cc8d89909d (diff)
downloademacs-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.el6
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;
483i info. The info documentation reader. 483i info. The info documentation reader.
484I describe-input-method. Describe a specific input method (if you type 484I 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).
486C-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.
486k describe-key. Type a command key sequence; 488k describe-key. Type a command key sequence;
487 it displays the full documentation. 489 it displays the full documentation.
488C-k Info-goto-emacs-key-command-node. Type a command key sequence; 490C-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.
490l view-lossage. Shows last 100 characters you typed. 492l view-lossage. Show last 100 characters you typed.
491L describe-language-environment. This describes either the a 493L 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).
494m describe-mode. Print documentation of current minor modes, 496m 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.
496n view-emacs-news. Shows emacs news file. 498n view-emacs-news. Display news of recent Emacs changes.
497p finder-by-keyword. Find packages matching a given topic keyword. 499p finder-by-keyword. Find packages matching a given topic keyword.
498s describe-syntax. Display contents of syntax table, plus explanations 500s describe-syntax. Display contents of syntax table, plus explanations
499t help-with-tutorial. Select the Emacs learn-by-doing tutorial. 501t help-with-tutorial. Select the Emacs learn-by-doing tutorial.