* lisp/progmodes/grep.el (grep-mode-map): Improve docstring.
This commit is contained in:
parent
885f6993b7
commit
fec6078f62
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ See `compilation-error-screen-columns'."
|
|||
|
||||
(defvar-keymap grep-mode-map
|
||||
:doc "Keymap for grep buffers.
|
||||
`compilation-minor-mode-map' is a cdr of this."
|
||||
This keymap inherits from `compilation-minor-mode-map'."
|
||||
:parent compilation-minor-mode-map
|
||||
"SPC" #'scroll-up-command
|
||||
"S-SPC" #'scroll-down-command
|
||||
|
|
Loading…
Add table
Reference in a new issue