emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104871: * replace.el (multi-occur):


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104871: * replace.el (multi-occur): Mention
Date: Sat, 02 Jul 2011 15:53:53 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104871
fixes bug(s): http://debbugs.gnu.org/7566
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-02 15:53:53 +0200
message:
  * replace.el (multi-occur): Mention
  `multi-occur-in-matching-buffers' in the doc string.
modified:
  lisp/ChangeLog
  lisp/replace.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-02 13:28:19 +0000
+++ b/lisp/ChangeLog    2011-07-02 13:53:53 +0000
@@ -1,3 +1,8 @@
+2011-07-02  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * replace.el (multi-occur): Mention
+       `multi-occur-in-matching-buffers' in the doc string (bug#7566).
+
 2011-07-02  Drew Adams  <address@hidden>
 
        * dired.el (dired-mark-if): Make the message about whether it's

=== modified file 'lisp/replace.el'
--- a/lisp/replace.el   2011-05-28 22:56:14 +0000
+++ b/lisp/replace.el   2011-07-02 13:53:53 +0000
@@ -1140,7 +1140,8 @@
   "Show all lines in buffers BUFS containing a match for REGEXP.
 This function acts on multiple buffers; otherwise, it is exactly like
 `occur'.  When you invoke this command interactively, you must specify
-the buffer names that you want, one by one."
+the buffer names that you want, one by one.
+See also `multi-occur-in-matching-buffers'."
   (interactive
    (cons
     (let* ((bufs (list (read-buffer "First buffer to search: "


reply via email to

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