diff options
| author | Stefan Kangas | 2025-01-02 02:48:36 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-02 02:49:51 +0100 |
| commit | fec6078f62c717edfe6ad5fe87f531ccbbd8e08f (patch) | |
| tree | c2fc6548cf5755f4025f3c0e8af17c143fbc41ca | |
| parent | 885f6993b72a7eccb012a1b5be16210351d02d53 (diff) | |
| download | emacs-fec6078f62c717edfe6ad5fe87f531ccbbd8e08f.tar.gz emacs-fec6078f62c717edfe6ad5fe87f531ccbbd8e08f.zip | |
* lisp/progmodes/grep.el (grep-mode-map): Improve docstring.
| -rw-r--r-- | lisp/progmodes/grep.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index d204cf32000..72c0f871e0b 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -299,7 +299,7 @@ See `compilation-error-screen-columns'." | |||
| 299 | 299 | ||
| 300 | (defvar-keymap grep-mode-map | 300 | (defvar-keymap grep-mode-map |
| 301 | :doc "Keymap for grep buffers. | 301 | :doc "Keymap for grep buffers. |
| 302 | `compilation-minor-mode-map' is a cdr of this." | 302 | This keymap inherits from `compilation-minor-mode-map'." |
| 303 | :parent compilation-minor-mode-map | 303 | :parent compilation-minor-mode-map |
| 304 | "SPC" #'scroll-up-command | 304 | "SPC" #'scroll-up-command |
| 305 | "S-SPC" #'scroll-down-command | 305 | "S-SPC" #'scroll-down-command |