aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-11-14 22:12:46 -0800
committerGlenn Morris2012-11-14 22:12:46 -0800
commitdc26b31073f26baf3c84a11106127dc083d6eeb5 (patch)
tree8ced2bd7302c7562fc4578d717a907437dd6bcef
parent3a514ab07e4f632f1870b029d616217bb8b50221 (diff)
downloademacs-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.el2
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
3967found in MAP, the normal key lookup sequence then continues. 3967found in MAP, the normal key lookup sequence then continues.
3968 3968
3969Normally, MAP is used only once. If the optional argument 3969Normally, MAP is used only once. If the optional argument
3970KEEP-PRED is `t', MAP stays active if a key from MAP is used. 3970KEEP-PRED is t, MAP stays active if a key from MAP is used.
3971KEEP-PRED can also be a function of no arguments: if it returns 3971KEEP-PRED can also be a function of no arguments: if it returns
3972non-nil then MAP stays active." 3972non-nil then MAP stays active."
3973 (let* ((clearfunsym (make-symbol "clear-temporary-overlay-map")) 3973 (let* ((clearfunsym (make-symbol "clear-temporary-overlay-map"))