emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog keyboard.c


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src ChangeLog keyboard.c
Date: Fri, 20 Mar 2009 09:41:21 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/03/20 09:41:21

Modified files:
        src            : ChangeLog keyboard.c 

Log message:
        * keyboard.c (Fcurrent_idle_time): Reflow docstring.
          (syms_of_keyboard) <command-hook-internal, input-method-function>:
          Fix typos in docstrings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7440&r2=1.7441
http://cvs.savannah.gnu.org/viewcvs/emacs/src/keyboard.c?cvsroot=emacs&r1=1.998&r2=1.999

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7440
retrieving revision 1.7441
diff -u -b -r1.7440 -r1.7441
--- ChangeLog   19 Mar 2009 06:51:07 -0000      1.7440
+++ ChangeLog   20 Mar 2009 09:41:19 -0000      1.7441
@@ -1,8 +1,14 @@
+2009-03-20  Juanma Barranquero  <address@hidden>
+
+       * keyboard.c (Fcurrent_idle_time): Reflow docstring.
+       (syms_of_keyboard) <command-hook-internal, input-method-function>:
+       Fix typos in docstrings.
+
 2009-03-19  Kenichi Handa  <address@hidden>
 
        * fontset.c (Fset_fontset_font): When a spec of ASCII font is
-       changed, use font_load_for_lface to get a new font object.  Call
-       free_realized_fontset after handling ASCII font change.
+       changed, use font_load_for_lface to get a new font object.
+       Call free_realized_fontset after handling ASCII font change.
 
        * frame.c (x_set_font): Handle the case that ARG is a cons.
 

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.998
retrieving revision 1.999
diff -u -b -r1.998 -r1.999
--- keyboard.c  15 Mar 2009 17:56:30 -0000      1.998
+++ keyboard.c  20 Mar 2009 09:41:21 -0000      1.999
@@ -4693,10 +4693,9 @@
 
 DEFUN ("current-idle-time", Fcurrent_idle_time, Scurrent_idle_time, 0, 0, 0,
        doc: /* Return the current length of Emacs idleness, or nil.
-The value when Emacs is idle is a list of three integers.  The first has the
-most significant 16 bits of the seconds, while the second has the
-least significant 16 bits.  The third integer gives the microsecond
-count.
+The value when Emacs is idle is a list of three integers.  The first has
+the most significant 16 bits of the seconds, while the second has the least
+significant 16 bits.  The third integer gives the microsecond count.
 
 The value when Emacs is not idle is nil.
 
@@ -12215,7 +12214,7 @@
   staticpro (&Qdeactivate_mark);
 
   DEFVAR_LISP ("command-hook-internal", &Vcommand_hook_internal,
-              doc: /* Temporary storage of pre-command-hook or 
post-command-hook.  */);
+              doc: /* Temporary storage of `pre-command-hook' or 
`post-command-hook'.  */);
   Vcommand_hook_internal = Qnil;
 
   DEFVAR_LISP ("pre-command-hook", &Vpre_command_hook,
@@ -12392,7 +12391,7 @@
 to be reconsidered, separately, by the input method,
 it can add them to the beginning of `unread-command-events'.
 
-The input method function can find in `input-method-previous-method'
+The input method function can find in `input-method-previous-message'
 the previous echo area message.
 
 The input method function should refer to the variables




reply via email to

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