diff options
author | Martin Rudalics <rudalics@gmx.at> | 2008-12-25 13:49:52 +0000 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2008-12-25 13:49:52 +0000 |
commit | 90ad3541601927fe76675d0462a1793246a4462d (patch) | |
tree | ac2379a573e0d67c536af18080c4fe77daa200e8 /lisp/help.el | |
parent | 40b615d6bd9e330a4212a13a003fd0a230607278 (diff) | |
download | emacs-90ad3541601927fe76675d0462a1793246a4462d.tar.gz emacs-90ad3541601927fe76675d0462a1793246a4462d.tar.bz2 emacs-90ad3541601927fe76675d0462a1793246a4462d.zip |
(help-for-help-internal): Fix entry for "l".
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index c43562f1ca4..f2b7cf0a6c7 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -221,7 +221,7 @@ i Start the Info documentation reader: read on-line manuals. I METHOD Describe a specific input method, or RET for current. k KEYS Display the full documentation for the key sequence. K KEYS Show the on-line manual's section for the command bound to KEYS. -l Show last 100 characters you typed (lossage). +l Show last 300 input keystrokes (lossage). L LANG-ENV Describes a specific language environment, or RET for current. m Display documentation of current minor modes and current major mode, including their special commands. |