From: Stefan Monnier Date: Sat, 6 Apr 2019 22:44:24 +0000 (-0400) Subject: * lisp/subr.el (setq-default): Fix thinko X-Git-Tag: emacs-27.0.90~3261^2~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e4d4c069ce78d4bb82ae72f4b52897eab2b128a;p=emacs.git * lisp/subr.el (setq-default): Fix thinko Reported by Johan Bockgård --- diff --git a/lisp/subr.el b/lisp/subr.el index 8d51474b0c9..45b39161965 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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