summaryrefslogtreecommitdiff
path: root/lisp/battery.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-01-08 23:00:24 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-01-08 23:00:24 +0000
commitf14bbeeb0a8d4cd32d1645a516015ab3aea40cdb (patch)
tree4fc55e30f1340fc15457dc9ac75fe868d1f8777d /lisp/battery.el
parent4c1803901d3ee3b339784f3d7275d392330a40e0 (diff)
downloademacs-f14bbeeb0a8d4cd32d1645a516015ab3aea40cdb.tar.gz
(battery-search-for-one-match-in-files): Fix typo in docstring.
Diffstat (limited to 'lisp/battery.el')
-rw-r--r--lisp/battery.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/battery.el b/lisp/battery.el
index a4c72df0bbb..1b1b77ec8e3 100644
--- a/lisp/battery.el
+++ b/lisp/battery.el
@@ -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