From: Richard M. Stallman Date: Thu, 31 Mar 1994 16:37:20 +0000 (+0000) Subject: (occur-mode): Doc fix. X-Git-Tag: emacs-19.34~9245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26649bdf29aa4a84c14b1b0d2a040acb90df3c17;p=emacs.git (occur-mode): Doc fix. --- 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-mouse-goto] on an occurrence line. \\{occur-mode-map}" (kill-all-local-variables) (use-local-map occur-mode-map)