From 66ec2442994e36913ab5b256d5b390143bc3196f Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 2 Aug 2012 18:54:42 +0200 Subject: [PATCH] Fix typo in docstring. Bug #12122. --- lisp/ChangeLog | 4 ++++ lisp/replace.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec93d25a991..4b0f567ba8e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-08-02 Bastien Guerry + + * replace.el (occur): Fix docstring (bug#12122). + 2012-08-02 Glenn Morris * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h. 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)))) -- 2.39.2