# HG changeset patch # User Juanma Barranquero # Date 1168297224 0 # Node ID 685bae49b57550c2de4476d4618d5c20f0da20cc # Parent 4babd71f86202f62e186319f4f2e4eaf61a982f7 (battery-search-for-one-match-in-files): Fix typo in docstring. diff -r 4babd71f8620 -r 685bae49b575 lisp/battery.el --- 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 diff -r 4babd71f8620 -r 685bae49b575 lisp/bindings.el --- 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)))