projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19919e0
)
* lisp/subr.el (setq-default): Fix thinko
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 6 Apr 2019 22:44:24 +0000
(18:44 -0400)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 8d51474b0c905ea29d5eef4ebff6f8c85e306299..45b391619658c6d39e67b0e657fc0044097a789c 100644
(file)
--- 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