aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-02 18:08:49 +0000
committerJuanma Barranquero2005-07-02 18:08:49 +0000
commit1741a9162fa9f317356acddcd0856a0f7504fbe6 (patch)
tree5eb21c25543f81af688890030a61f7279850d57d
parent83c4f946f701d2ff41f3ea36021d47f40d830f0a (diff)
downloademacs-1741a9162fa9f317356acddcd0856a0f7504fbe6.tar.gz
emacs-1741a9162fa9f317356acddcd0856a0f7504fbe6.zip
(occur-rename-buffer): Fix docstring.
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index c3c5dd263d5..7e3dd984150 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -926,7 +926,7 @@ If the value is nil, don't highlight the buffer names specially."
926Here `original-buffer-name' is the buffer name were occur was originally run. 926Here `original-buffer-name' is the buffer name were occur was originally run.
927When given the prefix argument, the renaming will not clobber the existing 927When given the prefix argument, the renaming will not clobber the existing
928buffer(s) of that name, but use `generate-new-buffer-name' instead. 928buffer(s) of that name, but use `generate-new-buffer-name' instead.
929You can add this to `occur-hook' if you always want a separate *Occur* 929You can add this to `occur-mode-hook' if you always want a separate *Occur*
930buffer for each buffer where you invoke `occur'." 930buffer for each buffer where you invoke `occur'."
931 (interactive "P") 931 (interactive "P")
932 (with-current-buffer 932 (with-current-buffer