]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/grep.el (grep-find-command): Fix typos.
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Aug 2020 15:57:57 +0000 (18:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Aug 2020 15:57:57 +0000 (18:57 +0300)
lisp/progmodes/grep.el

index 287f43d358ccb24cd683f0146e5146e6ceca17a4..c71a90344ff0cbb014d532a6b4cbb0c3df1e1b6a 100644 (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)