mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix typo in docstring. Bug #12122.
This commit is contained in:
parent
a8333d0357
commit
66ec244299
2 changed files with 6 additions and 2 deletions
|
|
@ -1140,8 +1140,8 @@ contain \\& and \\N which convention follows `replace-match'.
|
|||
For example, providing \"defun\\s +\\(\\S +\\)\" for REGEXP and
|
||||
\"\\1\" for NLINES collects all the function names in a lisp
|
||||
program. When there is no parenthesized subexpressions in REGEXP
|
||||
the entire match is collected. In any case the searched buffers
|
||||
are not modified."
|
||||
the entire match is collected. In any case the searched buffer
|
||||
is not modified."
|
||||
(interactive (occur-read-primary-args))
|
||||
(occur-1 regexp nlines (list (current-buffer))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue