From: Martin Rudalics Date: Thu, 25 Dec 2008 13:49:52 +0000 (+0000) Subject: (help-for-help-internal): Fix entry for "l". X-Git-Tag: emacs-pretest-23.0.90~873 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90ad3541601927fe76675d0462a1793246a4462d;p=emacs.git (help-for-help-internal): Fix entry for "l". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c28cc37e29e..0d00252edde 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-12-25 Martin Rudalics + + * help.el (help-for-help-internal): Fix entry for "l". + 2008-12-25 Richard M Stallman * shadowfile.el (shadow-copy-file): Revert previous change. 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.