# HG changeset patch # User Juanma Barranquero # Date 1083802215 0 # Node ID f406ef28e71a15a2fab85df9676b7c683d222748 # Parent 69fcbdaa4676f21c8eee996d487f3719fc243207 (Fsetq_default): Fix docstring. diff -r 69fcbdaa4676 -r f406ef28e71a src/data.c --- a/src/data.c Thu May 06 00:04:56 2004 +0000 +++ b/src/data.c Thu May 06 00:10:15 2004 +0000 @@ -1468,11 +1468,11 @@ 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; {