# HG changeset patch # User Juanma Barranquero # Date 1174297475 0 # Node ID 11d72543a2ba8442a68753cf59767c1ed78d16a8 # Parent f74d086230016e24c6450ab53c9cd89629727f39 (isearchb-follow-char): Fix typo in docstring. diff -r f74d08623001 -r 11d72543a2ba lisp/isearchb.el --- 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))