emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109401: Fix typo in docstring. Bug #


From: Bastien Guerry
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109401: Fix typo in docstring. Bug #12122.
Date: Thu, 02 Aug 2012 18:54:42 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109401
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Thu 2012-08-02 18:54:42 +0200
message:
  Fix typo in docstring.  Bug #12122.
modified:
  lisp/ChangeLog
  lisp/replace.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-08-02 06:19:48 +0000
+++ b/lisp/ChangeLog    2012-08-02 16:54:42 +0000
@@ -1,3 +1,7 @@
+2012-08-02  Bastien Guerry  <address@hidden>
+
+       * replace.el (occur): Fix docstring (bug#12122).
+
 2012-08-02  Glenn Morris  <address@hidden>
 
        * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.

=== modified file 'lisp/replace.el'
--- a/lisp/replace.el   2012-06-27 21:15:13 +0000
+++ b/lisp/replace.el   2012-08-02 16:54:42 +0000
@@ -1140,8 +1140,8 @@
 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))))
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]