From 7e4d4c069ce78d4bb82ae72f4b52897eab2b128a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 6 Apr 2019 18:44:24 -0400 Subject: [PATCH] * lisp/subr.el (setq-default): Fix thinko MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported by Johan Bockgård --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2