From 67def1f55021b054eabee54cf560075d9aa29379 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 3 Jul 2023 21:50:44 +0300 Subject: [PATCH] * lisp/progmodes/grep.el (rgrep): Fix docstring. Instead of the incorrect key `M-c' produce the right key with \\\\[read-regexp-toggle-case-fold]. --- lisp/progmodes/grep.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 0da16b44dda..3fb16713cc1 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -1236,9 +1236,10 @@ to specify a command to run. If CONFIRM is non-nil, the user will be given an opportunity to edit the command before it's run. -Interactively, the user can use the \\`M-c' command while entering -the regexp to indicate whether the grep should be case sensitive -or not." +Interactively, the user can use \ +\\\\[read-regexp-toggle-case-fold] \ +while entering the regexp +to indicate whether the grep should be case sensitive or not." (interactive (progn (grep-compute-defaults) -- 2.39.2