From: Pavel Janík Date: Fri, 2 Nov 2001 07:01:47 +0000 (+0000) Subject: (Fsetq_default): Add usage to doc-string. X-Git-Tag: ttn-vms-21-2-B4~18891 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9d1e467d22c63f8561d24894c12f41dc1cf4e2c;p=emacs.git (Fsetq_default): Add usage to doc-string. --- diff --git a/src/data.c b/src/data.c index 247085afdce..cf916141d35 100644 --- a/src/data.c +++ b/src/data.c @@ -1402,7 +1402,8 @@ 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. */) +of previous SYMs. +usage: (setq-default SYMBOL VALUE [SYMBOL VALUE...]) */) (args) Lisp_Object args; {