From: Juri Linkov Date: Mon, 3 Jul 2023 18:50:44 +0000 (+0300) Subject: * lisp/progmodes/grep.el (rgrep): Fix docstring. X-Git-Tag: emacs-29.1-rc1~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=67def1f55021b054eabee54cf560075d9aa29379;p=emacs.git * lisp/progmodes/grep.el (rgrep): Fix docstring. Instead of the incorrect key `M-c' produce the right key with \\\\[read-regexp-toggle-case-fold]. --- 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)