]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (setq-default): Fix thinko
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 6 Apr 2019 22:44:24 +0000 (18:44 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 6 Apr 2019 22:44:24 +0000 (18:44 -0400)
Reported by Johan Bockgård <bojohan+news@gnu.org>

lisp/subr.el

index 8d51474b0c905ea29d5eef4ebff6f8c85e306299..45b391619658c6d39e67b0e657fc0044097a789c 100644 (file)
@@ -138,7 +138,7 @@ 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.
 
-\(setq-default [VAR VALUE]...)"
+\(fn [VAR VALUE]...)"
   (declare (debug setq))
   (let ((exps nil))
     (while args