]> git.eshelyaron.com Git - emacs.git/commitdiff
(occur-mode): Add a mode-class property.
authorRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 01:11:30 +0000 (01:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 5 May 1997 01:11:30 +0000 (01:11 +0000)
(occur): Doc fix.

lisp/replace.el

index 30109b87ba72f4ffe4853b85a06d9c167b5ef5a8..d1acbc6309be834fe919d05719bf5188b4761d45 100644 (file)
@@ -252,6 +252,8 @@ Applies to lines after point."
 (defvar occur-command-arguments nil
   "Arguments that were given to `occur' when it made this buffer.")
 
+(put 'occur-mode 'mode-class 'special)
+
 (defun occur-mode ()
   "Major mode for output from \\[occur].
 \\<occur-mode-map>Move point to one of the items in this buffer, then use
@@ -348,10 +350,10 @@ Interactively it is the prefix arg.
 
 The lines are shown in a buffer named `*Occur*'.
 It serves as a menu to find any of the occurrences in this buffer.
-\\[describe-mode] in that buffer will explain how.
+\\<occur-mode-map>\\[describe-mode] in that buffer will explain how.
 
-If REGEXP contains upper case characters (excluding those preceded by
-\\), the matching is case-sensitive."
+If REGEXP contains upper case characters (excluding those preceded by `\\'),
+the matching is case-sensitive."
   (interactive
    (list (let* ((default (car regexp-history))
                (input