Mercurial > emacs
changeset 76566:11d72543a2ba
(isearchb-follow-char): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 19 Mar 2007 09:44:35 +0000 |
parents | f74d08623001 |
children | c00dd8a59f40 |
files | lisp/isearchb.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearchb.el Mon Mar 19 09:44:13 2007 +0000 +++ b/lisp/isearchb.el Mon Mar 19 09:44:35 2007 +0000 @@ -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))