emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog help.el


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/lisp ChangeLog help.el
Date: Thu, 25 Dec 2008 13:49:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/12/25 13:49:55

Modified files:
        lisp           : ChangeLog help.el 

Log message:
        (help-for-help-internal): Fix entry for "l".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.14989&r2=1.14990
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/help.el?cvsroot=emacs&r1=1.343&r2=1.344

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14989
retrieving revision 1.14990
diff -u -b -r1.14989 -r1.14990
--- ChangeLog   25 Dec 2008 08:08:46 -0000      1.14989
+++ ChangeLog   25 Dec 2008 13:49:52 -0000      1.14990
@@ -1,3 +1,7 @@
+2008-12-25  Martin Rudalics  <address@hidden>
+
+       * help.el (help-for-help-internal): Fix entry for "l".
+
 2008-12-25  Richard M Stallman  <address@hidden>
 
        * shadowfile.el (shadow-copy-file): Revert previous change.

Index: help.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/help.el,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -b -r1.343 -r1.344
--- help.el     11 Oct 2008 18:43:41 -0000      1.343
+++ help.el     25 Dec 2008 13:49:54 -0000      1.344
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]