(battery-search-for-one-match-in-files): Fix typo in docstring.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user