emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/isearchb.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/isearchb.el,v
Date: Mon, 19 Mar 2007 09:44:35 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/03/19 09:44:35

Index: isearchb.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/isearchb.el,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- isearchb.el 29 Jan 2007 16:10:37 -0000      1.10
+++ isearchb.el 19 Mar 2007 09:44:35 -0000      1.11
@@ -165,7 +165,7 @@
        (define-key global-map (vector (list modifier i)) 'isearchb))))
 
 (defun isearchb-follow-char ()
-  "Function added to post-command-hook to handle the isearchb \"mode\"."
+  "Function added to `post-command-hook' to handle the isearchb \"mode\"."
   (let (keys)
     (if (not (and (memq last-command '(isearchb isearchb-activate))
                  (setq keys (this-command-keys))




reply via email to

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