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