Mercurial > emacs
changeset 100684:1f761e07b952
(help-for-help-internal): Fix entry for "l".
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Thu, 25 Dec 2008 13:49:52 +0000 |
parents | 9c4d8f5eeb77 |
children | f871b3169d6c |
files | lisp/ChangeLog lisp/help.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 25 10:33:33 2008 +0000 +++ b/lisp/ChangeLog Thu Dec 25 13:49:52 2008 +0000 @@ -1,3 +1,7 @@ +2008-12-25 Martin Rudalics <rudalics@gmx.at> + + * help.el (help-for-help-internal): Fix entry for "l". + 2008-12-25 Richard M Stallman <rms@gnu.org> * shadowfile.el (shadow-copy-file): Revert previous change.
--- a/lisp/help.el Thu Dec 25 10:33:33 2008 +0000 +++ b/lisp/help.el Thu Dec 25 13:49:52 2008 +0000 @@ -221,7 +221,7 @@ 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.