aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog18
-rw-r--r--src/data.c2
2 files changed, 16 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ee830c6bcf..2c14c0e8ea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,20 @@
+2007-07-18 Richard Stallman <[email protected]>
+
+ * data.c (Fsetq_default): Doc fix.
+
+ * eval.c (Fsetq): Doc fix.
+
+2007-07-18 Juanma Barranquero <[email protected]>
+
+ * coding.c (Ffind_operation_coding_system):
+ * eval.c (For, Fand): Doc fixes.
+ Reported by Johan Bockg,Ae(Brd.
+
2007-07-18 Jan Dj,Ad(Brv <[email protected]>
- * 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.
@@ -8106,7 +8118,7 @@
2005-09-19 Kim F. Storm <[email protected]>
* editfns.c (Fformat): Don't scan past end of format string that
- ends in %. Reported by: Johan Bockg,Ae(Brd.
+ ends in %. Reported by Johan Bockg,Ae(Brd.
2005-09-18 Andreas Schwab <[email protected]>
diff --git a/src/data.c b/src/data.c
index 471df20cd4..4cc3550144 100644
--- a/src/data.c
+++ b/src/data.c
@@ -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;
{