From 99181af37992096a4160b15a79c7d51bab99887f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 19 Mar 2007 09:46:21 +0000 Subject: [PATCH] (isearchb-follow-char): Fix typo in docstring. --- lisp/ChangeLog | 5 +++++ lisp/isearchb.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * isearchb.el (isearchb-follow-char): + * subr.el (def-edebug-spec): Fix typo in docstring. + 2007-03-19 Richard Stallman * 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)) -- 2.39.5