emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110870: * subr.el (set-temporary-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110870: * subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t')
Date: Wed, 14 Nov 2012 22:12:46 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110870
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Wed 2012-11-14 22:12:46 -0800
message:
  * subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t')
modified:
  lisp/subr.el
=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2012-11-14 08:29:25 +0000
+++ b/lisp/subr.el      2012-11-15 06:12:46 +0000
@@ -3967,7 +3967,7 @@
 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"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]