* 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].
This commit is contained in:
parent
8da2091362
commit
67def1f550
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue