diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-08-02 18:54:42 +0200 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-08-02 18:54:42 +0200 |
commit | 66ec2442994e36913ab5b256d5b390143bc3196f (patch) | |
tree | bf2cb955f7751f8c3e6e28c62803bb681f5d499a /lisp/replace.el | |
parent | a8333d0357ae39595ff60a4c73e1420504c26376 (diff) | |
download | emacs-66ec2442994e36913ab5b256d5b390143bc3196f.tar.gz emacs-66ec2442994e36913ab5b256d5b390143bc3196f.tar.bz2 emacs-66ec2442994e36913ab5b256d5b390143bc3196f.zip |
Fix typo in docstring. Bug #12122.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 5baf68224c4..fecdb35fcaf 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -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)))) |