From: Stefan Kangas Date: Thu, 2 Jan 2025 01:48:36 +0000 (+0100) Subject: * lisp/progmodes/grep.el (grep-mode-map): Improve docstring. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc3da61d0880fdab419ccda565d41f0816ba1366;p=emacs.git * lisp/progmodes/grep.el (grep-mode-map): Improve docstring. (cherry picked from commit fec6078f62c717edfe6ad5fe87f531ccbbd8e08f) --- 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