aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorJoakim Verona2011-07-15 04:39:29 +0200
committerJoakim Verona2011-07-15 04:39:29 +0200
commit4f616a2e7ed1db28da98df90266e9751a8ae9ee1 (patch)
tree74a9dcbe13e945e712ae04a4a94c2202ca720591 /lisp/replace.el
parentff2be00005c3aeda6e11d7ed264ce86f02b60958 (diff)
parentec2bc542a4d0127425625e8cb458684bd825675a (diff)
downloademacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.tar.gz
emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.zip
merge from upstream
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 0578ed09b1c..fb98a714dff 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1140,7 +1140,8 @@ are not modified."
1140 "Show all lines in buffers BUFS containing a match for REGEXP. 1140 "Show all lines in buffers BUFS containing a match for REGEXP.
1141This function acts on multiple buffers; otherwise, it is exactly like 1141This function acts on multiple buffers; otherwise, it is exactly like
1142`occur'. When you invoke this command interactively, you must specify 1142`occur'. When you invoke this command interactively, you must specify
1143the buffer names that you want, one by one." 1143the buffer names that you want, one by one.
1144See also `multi-occur-in-matching-buffers'."
1144 (interactive 1145 (interactive
1145 (cons 1146 (cons
1146 (let* ((bufs (list (read-buffer "First buffer to search: " 1147 (let* ((bufs (list (read-buffer "First buffer to search: "