emacs-diffs
[Top][All Lists]
Advanced

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

master 83ade9e: ; * lisp/progmodes/grep.el (grep-find-command): Fix typo


From: Eli Zaretskii
Subject: master 83ade9e: ; * lisp/progmodes/grep.el (grep-find-command): Fix typos.
Date: Sat, 22 Aug 2020 11:58:26 -0400 (EDT)

branch: master
commit 83ade9e4e2d8f9bd5b7cfc35faa1d23d2487974f
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/grep.el (grep-find-command): Fix typos.
---
 lisp/progmodes/grep.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 287f43d..c71a903 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -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)



reply via email to

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