From f14bbeeb0a8d4cd32d1645a516015ab3aea40cdb Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 8 Jan 2007 23:00:24 +0000 Subject: [PATCH] (battery-search-for-one-match-in-files): Fix typo in docstring. --- lisp/battery.el | 2 +- lisp/bindings.el | 2 +- 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: (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 --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.") (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))) -- 2.39.2