aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-08 23:00:24 +0000
committerJuanma Barranquero2007-01-08 23:00:24 +0000
commitf14bbeeb0a8d4cd32d1645a516015ab3aea40cdb (patch)
tree4fc55e30f1340fc15457dc9ac75fe868d1f8777d
parent4c1803901d3ee3b339784f3d7275d392330a40e0 (diff)
downloademacs-f14bbeeb0a8d4cd32d1645a516015ab3aea40cdb.tar.gz
emacs-f14bbeeb0a8d4cd32d1645a516015ab3aea40cdb.zip
(battery-search-for-one-match-in-files): Fix typo in docstring.
-rw-r--r--lisp/battery.el2
-rw-r--r--lisp/bindings.el2
2 files changed, 2 insertions, 2 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:
455 455
456(defun battery-search-for-one-match-in-files (files regexp match-num) 456(defun battery-search-for-one-match-in-files (files regexp match-num)
457 "Search REGEXP in the content of the files listed in FILES. 457 "Search REGEXP in the content of the files listed in FILES.
458If a match occured, return the parenthesized expression numbered by 458If a match occurred, return the parenthesized expression numbered by
459MATCH-NUM in the match. Otherwise, return nil." 459MATCH-NUM in the match. Otherwise, return nil."
460 (with-temp-buffer 460 (with-temp-buffer
461 (catch 'found 461 (catch 'found
diff --git a/lisp/bindings.el b/lisp/bindings.el
index c0aa274cce8..bf97620a35e 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -468,7 +468,7 @@ Menu of mode operations in the mode line.")
468 (x-popup-menu event mode-line-mode-menu)) 468 (x-popup-menu event mode-line-mode-menu))
469 469
470(defun mode-line-minor-mode-help (event) 470(defun mode-line-minor-mode-help (event)
471 "Describe minor mode for EVENT occured on minor modes area of the mode line." 471 "Describe minor mode for EVENT occurred on minor modes area of the mode line."
472 (interactive "@e") 472 (interactive "@e")
473 (let ((indicator (car (nth 4 (car (cdr event)))))) 473 (let ((indicator (car (nth 4 (car (cdr event))))))
474 (describe-minor-mode-from-indicator indicator))) 474 (describe-minor-mode-from-indicator indicator)))