]> git.eshelyaron.com Git - emacs.git/commitdiff
(battery-search-for-one-match-in-files): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 8 Jan 2007 23:00:24 +0000 (23:00 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 8 Jan 2007 23:00:24 +0000 (23:00 +0000)
lisp/battery.el
lisp/bindings.el

index a4c72df0bbb910d4d184b256a01aabb0f92d56a4..1b1b77ec8e34cf59d3b81f4478e3df8e977f7b49 100644 (file)
@@ -455,7 +455,7 @@ The following %-sequences are provided:
 
 (defun battery-search-for-one-match-in-files (files regexp match-num)
   "Search REGEXP in the content of the files listed in FILES.
-If a match occured, return the parenthesized expression numbered by
+If a match occurred, return the parenthesized expression numbered by
 MATCH-NUM in the match.  Otherwise, return nil."
   (with-temp-buffer
     (catch 'found
index c0aa274cce893b2013b7676a8121e84a3e136593..bf97620a35e8e67a58df5770e5387ff705a34bc8 100644 (file)
@@ -468,7 +468,7 @@ Menu of mode operations in the mode line.")
   (x-popup-menu event mode-line-mode-menu))
 
 (defun mode-line-minor-mode-help (event)
-  "Describe minor mode for EVENT occured on minor modes area of the mode line."
+  "Describe minor mode for EVENT occurred on minor modes area of the mode line."
   (interactive "@e")
   (let ((indicator (car (nth 4 (car (cdr event))))))
     (describe-minor-mode-from-indicator indicator)))