diff options
| author | Glenn Morris | 2012-11-14 22:12:46 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-14 22:12:46 -0800 |
| commit | dc26b31073f26baf3c84a11106127dc083d6eeb5 (patch) | |
| tree | 8ced2bd7302c7562fc4578d717a907437dd6bcef | |
| parent | 3a514ab07e4f632f1870b029d616217bb8b50221 (diff) | |
| download | emacs-dc26b31073f26baf3c84a11106127dc083d6eeb5.tar.gz emacs-dc26b31073f26baf3c84a11106127dc083d6eeb5.zip | |
* subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t')
| -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 d02b889ec44..bb142e8680f 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -3967,7 +3967,7 @@ Note that this does NOT take precedence over the \"overriding\" maps | |||
| 3967 | found in MAP, the normal key lookup sequence then continues. | 3967 | found in MAP, the normal key lookup sequence then continues. |
| 3968 | 3968 | ||
| 3969 | Normally, MAP is used only once. If the optional argument | 3969 | Normally, MAP is used only once. If the optional argument |
| 3970 | KEEP-PRED is `t', MAP stays active if a key from MAP is used. | 3970 | KEEP-PRED is t, MAP stays active if a key from MAP is used. |
| 3971 | KEEP-PRED can also be a function of no arguments: if it returns | 3971 | KEEP-PRED can also be a function of no arguments: if it returns |
| 3972 | non-nil then MAP stays active." | 3972 | non-nil then MAP stays active." |
| 3973 | (let* ((clearfunsym (make-symbol "clear-temporary-overlay-map")) | 3973 | (let* ((clearfunsym (make-symbol "clear-temporary-overlay-map")) |