diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-03-19 09:46:21 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-03-19 09:46:21 +0000 |
commit | 99181af37992096a4160b15a79c7d51bab99887f (patch) | |
tree | ddf4bfae4ea0e6845d3ee87a39ef43167f621912 /lisp/isearchb.el | |
parent | b0dbc84e364ae3b61efbf5b1f86064e6e3aae570 (diff) | |
download | emacs-99181af37992096a4160b15a79c7d51bab99887f.tar.gz |
(isearchb-follow-char): Fix typo in docstring.
Diffstat (limited to 'lisp/isearchb.el')
-rw-r--r-- | lisp/isearchb.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |