diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-03-31 16:37:20 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-03-31 16:37:20 +0000 |
commit | 26649bdf29aa4a84c14b1b0d2a040acb90df3c17 (patch) | |
tree | 4f93a63e9e17438968914a78ddecaee84bc18637 /lisp/replace.el | |
parent | 9420e4cad54e6243199936bc583a43add612beb6 (diff) | |
download | emacs-26649bdf29aa4a84c14b1b0d2a040acb90df3c17.tar.gz |
(occur-mode): Doc fix.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index f96e829e8ce..a70e29299f8 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -221,6 +221,7 @@ Applies to lines after point." Move point to one of the occurrences in this buffer, then use \\[occur-mode-goto-occurrence] to go to the same occurrence in the buffer that the occurrences were found in. +Or click \\<occur-mode-map>\\[occur-mode-mouse-goto] on an occurrence line. \\{occur-mode-map}" (kill-all-local-variables) (use-local-map occur-mode-map) |