]> git.eshelyaron.com Git - emacs.git/commitdiff
* subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t')
authorGlenn Morris <rgm@gnu.org>
Thu, 15 Nov 2012 06:12:46 +0000 (22:12 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 15 Nov 2012 06:12:46 +0000 (22:12 -0800)
lisp/subr.el

index d02b889ec44ec8e60d55ea2f358466a0a0f6eb31..bb142e8680f148b2f580c859d3b6f02ac96681b9 100644 (file)
@@ -3967,7 +3967,7 @@ Note that this does NOT take precedence over the \"overriding\" maps
 found in MAP, the normal key lookup sequence then continues.
 
 Normally, MAP is used only once.  If the optional argument
-KEEP-PRED is `t', MAP stays active if a key from MAP is used.
+KEEP-PRED is t, MAP stays active if a key from MAP is used.
 KEEP-PRED can also be a function of no arguments: if it returns
 non-nil then MAP stays active."
   (let* ((clearfunsym (make-symbol "clear-temporary-overlay-map"))