From 948d29955e019dfa516b07e3458582c827b0577d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 6 May 2004 00:10:15 +0000 Subject: [PATCH] (Fsetq_default): Fix docstring. --- src/data.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data.c b/src/data.c index c94723d09d0..6ce9a5d37aa 100644 --- a/src/data.c +++ b/src/data.c @@ -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; { -- 2.39.2