# HG changeset patch # User Martin Rudalics # Date 1230212992 0 # Node ID 1f761e07b952faf31c099e65a6dd3f8f3e7583d7 # Parent 9c4d8f5eeb77424206c40d2e824beace4b61a914 (help-for-help-internal): Fix entry for "l". diff -r 9c4d8f5eeb77 -r 1f761e07b952 lisp/ChangeLog --- 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 + + * 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 -r 9c4d8f5eeb77 -r 1f761e07b952 lisp/help.el --- 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.