]> git.eshelyaron.com Git - emacs.git/commitdiff
* replace.el (how-many): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 22 Oct 2008 11:11:01 +0000 (11:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 22 Oct 2008 11:11:01 +0000 (11:11 +0000)
  Reported by Leo Liu <sdl.web@gmail.com>.

lisp/ChangeLog
lisp/replace.el

index 30837643ffe6e858907f072031b2545d99c20fed..38ce13929bbd70b694bfee2028c905f0e7b77a0f 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-22  Juanma Barranquero  <lekktu@gmail.com>
+
+       * replace.el (how-many): Fix typo in docstring.
+       Reported by Leo <sdl.web@gmail.com>.
+
 2008-10-22  Glenn Morris  <rgm@gnu.org>
 
        * international/mule-cmds.el (universal-coding-system-argument):
index e54939ff8dc901ccecc57a83d6abd719507a630c..0b57ea35fc19b9da7ea76ea0cc2a243dea8f629b 100644 (file)
@@ -703,7 +703,7 @@ starting on the same line at which another match ended is ignored."
   "Print and return number of matches for REGEXP following point.
 When called from Lisp and INTERACTIVE is omitted or nil, just return
 the number, do not print it; if INTERACTIVE is t, the function behaves
-in all respects has if it had been called interactively.
+in all respects as if it had been called interactively.
 
 If REGEXP contains upper case characters (excluding those preceded by `\\')
 and `search-upper-case' is non-nil, the matching is case-sensitive.