diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 138 | The VALUE for the Nth VAR can refer to the new default values | 138 | The VALUE for the Nth VAR can refer to the new default values |
| 139 | of previous VARs. | 139 | of previous VARs. |
| 140 | 140 | ||
| 141 | \(setq-default [VAR VALUE]...)" | 141 | \(fn [VAR VALUE]...)" |
| 142 | (declare (debug setq)) | 142 | (declare (debug setq)) |
| 143 | (let ((exps nil)) | 143 | (let ((exps nil)) |
| 144 | (while args | 144 | (while args |