mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(occur-mode): Add a mode-class property.
(occur): Doc fix.
This commit is contained in:
parent
4510b90251
commit
de3c9b09b4
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue