changeset 40642:208e240d599a

(Fsetq_default): Add usage to doc-string.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 02 Nov 2001 07:01:47 +0000
parents d94fc1022312
children 184e0d756547
files src/data.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/data.c	Fri Nov 02 07:01:10 2001 +0000
+++ b/src/data.c	Fri Nov 02 07:01:47 2001 +0000
@@ -1402,7 +1402,8 @@
   (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;
 {