emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 67def1f5502: * lisp/progmodes/grep.el (rgrep): Fix docstring.


From: Juri Linkov
Subject: emacs-29 67def1f5502: * lisp/progmodes/grep.el (rgrep): Fix docstring.
Date: Mon, 3 Jul 2023 14:51:11 -0400 (EDT)

branch: emacs-29
commit 67def1f55021b054eabee54cf560075d9aa29379
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/progmodes/grep.el (rgrep): Fix docstring.
    
    Instead of the incorrect key `M-c' produce the right key
    with \\<read-regexp-map>\\[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-map>\\[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]