]> code.delx.au - gnu-emacs/commitdiff
(Fsetq_default): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 18 Jul 2007 11:55:44 +0000 (11:55 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 18 Jul 2007 11:55:44 +0000 (11:55 +0000)
src/ChangeLog
src/data.c

index ee830c6bcfcdc5106de4530f894feff1d8d9762a..2c14c0e8eaf32feb1890f97dc972d1c31188de0a 100644 (file)
@@ -1,8 +1,20 @@
+2007-07-18  Richard Stallman  <rms@gnu.org>
+
+       * data.c (Fsetq_default): Doc fix.
+
+       * eval.c (Fsetq): Doc fix.
+
+2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
+
+       * coding.c (Ffind_operation_coding_system):
+       * eval.c (For, Fand): Doc fixes.
+       Reported by Johan Bockg\e,Ae\e(Brd.
+
 2007-07-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
-       * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame
+       * xfns.c (Fx_focus_frame): Call x_ewmh_activate_frame.
 
-       * xterm.h: Declare x_ewmh_activate_frame
+       * xterm.h: Declare x_ewmh_activate_frame.
 
        * xterm.c (x_ewmh_activate_frame): New function.
        (XTframe_raise_lower): Move code to x_ewmh_activate_frame.
 2005-09-19  Kim F. Storm  <storm@cua.dk>
 
        * editfns.c (Fformat): Don't scan past end of format string that
-       ends in %.  Reported by: Johan Bockg\e,Ae\e(Brd.
+       ends in %.  Reported by Johan Bockg\e,Ae\e(Brd.
 
 2005-09-18  Andreas Schwab  <schwab@suse.de>
 
index 471df20cd482d3a825f76229d54b84dbcbefe34d..4cc35501447afa0e4f9b89eeec4929a47735c96b 100644 (file)
@@ -1440,7 +1440,7 @@ More generally, you can use multiple variables and values, as in
 This sets each VAR's default value to the corresponding VALUE.
 The VALUE for the Nth VAR can refer to the new default values
 of previous VARs.
-usage: (setq-default [VAR VALUE...])  */)
+usage: (setq-default [VAR VALUE]...)  */)
      (args)
      Lisp_Object args;
 {