From: Glenn Morris Date: Thu, 15 Nov 2012 06:12:46 +0000 (-0800) Subject: * subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t') X-Git-Tag: emacs-24.2.90~82 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc26b31073f26baf3c84a11106127dc083d6eeb5;p=emacs.git * subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t') --- 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 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"))