Mercurial > emacs
changeset 55378:f406ef28e71a
(Fsetq_default): Fix docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 06 May 2004 00:10:15 +0000 |
parents | 69fcbdaa4676 |
children | a5a7f792d532 |
files | src/data.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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; {