summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-03-19 09:46:21 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-03-19 09:46:21 +0000
commit99181af37992096a4160b15a79c7d51bab99887f (patch)
treeddf4bfae4ea0e6845d3ee87a39ef43167f621912
parentb0dbc84e364ae3b61efbf5b1f86064e6e3aae570 (diff)
downloademacs-99181af37992096a4160b15a79c7d51bab99887f.tar.gz
(isearchb-follow-char): Fix typo in docstring.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/isearchb.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3961523c8b9..8cbe6c4d8c4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/isearchb.el b/lisp/isearchb.el
index 72a06fa687b..3d8af066395 100644
--- a/lisp/isearchb.el
+++ b/lisp/isearchb.el
@@ -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))