[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master fec6078f62c 2/2: * lisp/progmodes/grep.el (grep-mode-map): Improv
From: |
Stefan Kangas |
Subject: |
master fec6078f62c 2/2: * lisp/progmodes/grep.el (grep-mode-map): Improve docstring. |
Date: |
Wed, 1 Jan 2025 20:50:53 -0500 (EST) |
branch: master
commit fec6078f62c717edfe6ad5fe87f531ccbbd8e08f
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
* lisp/progmodes/grep.el (grep-mode-map): Improve docstring.
---
lisp/progmodes/grep.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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'."
(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