aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-04 08:51:36 +0000
committerEli Zaretskii2001-01-04 08:51:36 +0000
commit5760471ff724e4d92e392bdf70aec983258ff6c4 (patch)
treecd102d8af27b82427c14eacd7547c3b93b31b465
parent8416aa4e37d995ed8af602404789ba0d9731066d (diff)
downloademacs-5760471ff724e4d92e392bdf70aec983258ff6c4.tar.gz
emacs-5760471ff724e4d92e392bdf70aec983258ff6c4.zip
(help-for-help): Fix a typo in a doc string. From kwzh@gnu.org (Karl Heuer).
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 2690cdc9c04..935b3c05bf9 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -511,7 +511,7 @@ k describe-key. Type a command key sequence;
511C-k Info-goto-emacs-key-command-node. Type a command key sequence; 511C-k Info-goto-emacs-key-command-node. Type a command key sequence;
512 it takes you to the Info node for the command bound to that key. 512 it takes you to the Info node for the command bound to that key.
513l view-lossage. Show last 100 characters you typed. 513l view-lossage. Show last 100 characters you typed.
514L describe-language-environment. This describes either the a 514L describe-language-environment. This describes either a
515 specific language environment (if you type its name) 515 specific language environment (if you type its name)
516 or the current language environment (if you type just RET). 516 or the current language environment (if you type just RET).
517m describe-mode. Print documentation of current minor modes, 517m describe-mode. Print documentation of current minor modes,