]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearchb-follow-char): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 09:46:21 +0000 (09:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 09:46:21 +0000 (09:46 +0000)
lisp/ChangeLog
lisp/isearchb.el

index 3961523c8b99b81f63425e45b1f1a4b432debd11..8cbe6c4d8c4b410d7febd684d3e3343795ce75da 100644 (file)
@@ -1,3 +1,8 @@
+2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * isearchb.el (isearchb-follow-char):
+       * subr.el (def-edebug-spec): Fix typo in docstring.
+
 2007-03-19  Richard Stallman  <rms@gnu.org>
 
        * files.el (default-directory): Mark safe.
index 72a06fa687be569104c3b44016f92d480bac7b47..3d8af0663955d2e6884cfb2cded5132345051671 100644 (file)
@@ -165,7 +165,7 @@ Its purpose is to pass different call arguments to
        (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))