mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 02:51:31 -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
|
|
@ -1,3 +1,7 @@
|
||||||
|
2012-08-02 Bastien Guerry <bzg@gnu.org>
|
||||||
|
|
||||||
|
* replace.el (occur): Fix docstring (bug#12122).
|
||||||
|
|
||||||
2012-08-02 Glenn Morris <rgm@gnu.org>
|
2012-08-02 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
|
* emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
|
||||||
|
|
|
||||||
|
|
@ -1140,8 +1140,8 @@ contain \\& and \\N which convention follows `replace-match'.
|
||||||
For example, providing \"defun\\s +\\(\\S +\\)\" for REGEXP and
|
For example, providing \"defun\\s +\\(\\S +\\)\" for REGEXP and
|
||||||
\"\\1\" for NLINES collects all the function names in a lisp
|
\"\\1\" for NLINES collects all the function names in a lisp
|
||||||
program. When there is no parenthesized subexpressions in REGEXP
|
program. When there is no parenthesized subexpressions in REGEXP
|
||||||
the entire match is collected. In any case the searched buffers
|
the entire match is collected. In any case the searched buffer
|
||||||
are not modified."
|
is not modified."
|
||||||
(interactive (occur-read-primary-args))
|
(interactive (occur-read-primary-args))
|
||||||
(occur-1 regexp nlines (list (current-buffer))))
|
(occur-1 regexp nlines (list (current-buffer))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue