]> code.delx.au - gnu-emacs/commitdiff
(Fsetq_default): Fix docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 6 May 2004 00:10:15 +0000 (00:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 6 May 2004 00:10:15 +0000 (00:10 +0000)
src/data.c

index c94723d09d061babe0c41012aaea392d007e6c45..6ce9a5d37aa9359f790995dd2cdd9a0f954876e8 100644 (file)
@@ -1468,11 +1468,11 @@ The default value of a variable is seen in buffers
 that do not have their own values for the variable.
 
 More generally, you can use multiple variables and values, as in
-  (setq-default SYMBOL VALUE SYMBOL VALUE...)
-This sets each SYMBOL's default value to the corresponding VALUE.
-The VALUE for the Nth SYMBOL can refer to the new default values
-of previous SYMs.
-usage: (setq-default SYMBOL VALUE [SYMBOL VALUE...])  */)
+  (setq-default VAR VALUE VAR VALUE...)
+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 [VAR VALUE...])  */)
      (args)
      Lisp_Object args;
 {