1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

; * lisp/progmodes/grep.el (grep-find-command): Fix typos.

This commit is contained in:
Eli Zaretskii 2020-08-22 18:57:57 +03:00
parent 4102fe1e91
commit 83ade9e4e2

View file

@ -170,9 +170,9 @@ In interactive usage, the actual value of this variable is set up
by `grep-compute-defaults'; to change the default value, use
\\[customize] or call the function `grep-apply-setting'.
This variable can either be a string, or a cons on the
This variable can either be a string, or a cons of the
form (COMMAND . POSITION). In the latter case, COMMAND will be
used as the default command, and point will be placed on POSITION
used as the default command, and point will be placed at POSITION
for easier editing."
:type '(choice string
(cons string integer)