+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.
(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))