Mercurial > emacs
diff lisp/replace.el @ 63919:60873cd984cd
(occur-rename-buffer): Fix docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sat, 02 Jul 2005 18:08:49 +0000 |
| parents | 56e33caef84f |
| children | 01120e702316 |
line wrap: on
line diff
--- a/lisp/replace.el Sat Jul 02 15:46:32 2005 +0000 +++ b/lisp/replace.el Sat Jul 02 18:08:49 2005 +0000 @@ -926,7 +926,7 @@ 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
