diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-02 18:08:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-02 18:08:49 +0000 |
commit | 1741a9162fa9f317356acddcd0856a0f7504fbe6 (patch) | |
tree | 5eb21c25543f81af688890030a61f7279850d57d /lisp/replace.el | |
parent | 83c4f946f701d2ff41f3ea36021d47f40d830f0a (diff) | |
download | emacs-1741a9162fa9f317356acddcd0856a0f7504fbe6.tar.gz |
(occur-rename-buffer): Fix docstring.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 2 |
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." Here `original-buffer-name' is the buffer name were occur was originally run. When given the prefix argument, the renaming will not clobber the existing buffer(s) of that name, but use `generate-new-buffer-name' instead. -You can add this to `occur-hook' if you always want a separate *Occur* +You can add this to `occur-mode-hook' if you always want a separate *Occur* buffer for each buffer where you invoke `occur'." (interactive "P") (with-current-buffer |