changeset 75139:685bae49b575

(battery-search-for-one-match-in-files): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 08 Jan 2007 23:00:24 +0000
parents 4babd71f8620
children 6674b79afd5e
files lisp/battery.el lisp/bindings.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/battery.el	Mon Jan 08 17:58:38 2007 +0000
+++ b/lisp/battery.el	Mon Jan 08 23:00:24 2007 +0000
@@ -455,7 +455,7 @@
 
 (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
--- a/lisp/bindings.el	Mon Jan 08 17:58:38 2007 +0000
+++ b/lisp/bindings.el	Mon Jan 08 23:00:24 2007 +0000
@@ -468,7 +468,7 @@
   (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)))