]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsetq_default): Add usage to doc-string.
authorPavel Janík <Pavel@Janik.cz>
Fri, 2 Nov 2001 07:01:47 +0000 (07:01 +0000)
committerPavel Janík <Pavel@Janik.cz>
Fri, 2 Nov 2001 07:01:47 +0000 (07:01 +0000)
src/data.c

index 247085afdce2bceb172d4284ba3208ce1f915467..cf916141d354b2b9dc2f965200b9a10cc263a4d4 100644 (file)
@@ -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;
 {