aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-31 16:37:20 +0000
committerRichard M. Stallman1994-03-31 16:37:20 +0000
commit26649bdf29aa4a84c14b1b0d2a040acb90df3c17 (patch)
tree4f93a63e9e17438968914a78ddecaee84bc18637 /lisp/replace.el
parent9420e4cad54e6243199936bc583a43add612beb6 (diff)
downloademacs-26649bdf29aa4a84c14b1b0d2a040acb90df3c17.tar.gz
emacs-26649bdf29aa4a84c14b1b0d2a040acb90df3c17.zip
(occur-mode): Doc fix.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el1
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."
221Move point to one of the occurrences in this buffer, 221Move point to one of the occurrences in this buffer,
222then use \\[occur-mode-goto-occurrence] to go to the same occurrence 222then use \\[occur-mode-goto-occurrence] to go to the same occurrence
223in the buffer that the occurrences were found in. 223in the buffer that the occurrences were found in.
224Or click \\<occur-mode-map>\\[occur-mode-mouse-goto] on an occurrence line.
224\\{occur-mode-map}" 225\\{occur-mode-map}"
225 (kill-all-local-variables) 226 (kill-all-local-variables)
226 (use-local-map occur-mode-map) 227 (use-local-map occur-mode-map)