emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7e4d4c0: * lisp/subr.el (setq-default): Fix thinko


From: Stefan Monnier
Subject: [Emacs-diffs] master 7e4d4c0: * lisp/subr.el (setq-default): Fix thinko
Date: Sat, 6 Apr 2019 18:44:31 -0400 (EDT)

branch: master
commit 7e4d4c069ce78d4bb82ae72f4b52897eab2b128a
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/subr.el (setq-default): Fix thinko
    
    Reported by Johan Bockgård <address@hidden>
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 8d51474..45b3916 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]