From fc3da61d0880fdab419ccda565d41f0816ba1366 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 2 Jan 2025 02:48:36 +0100 Subject: [PATCH] * lisp/progmodes/grep.el (grep-mode-map): Improve docstring. (cherry picked from commit fec6078f62c717edfe6ad5fe87f531ccbbd8e08f) --- 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 8a0676361ac..90b8ad0a6c0 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 -- 2.39.5