emacs-diffs
[Top][All Lists]
Advanced

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

master 2265fc964b: ; * lisp/progmodes/grep.el (grep-command-position): D


From: Eli Zaretskii
Subject: master 2265fc964b: ; * lisp/progmodes/grep.el (grep-command-position): Doc fix.
Date: Thu, 25 Aug 2022 14:51:46 -0400 (EDT)

branch: master
commit 2265fc964bb9879d40b1f3cf748ed8837058a0e6
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/grep.el (grep-command-position): Doc fix.
---
 lisp/progmodes/grep.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index d64beaefcf..2446e86abb 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -134,9 +134,11 @@ Also see `grep-command-position'."
   :set #'grep-apply-setting)
 
 (defcustom grep-command-position nil
-  "Where point will be put when prompting for a grep command.
-If nil, put point at the end.  If not nil, this should be the
-column number where point should be set in `grep-command'."
+  "Where to put point when prompting for a grep command.
+This controls the placement of point in the minibuffer when Emacs
+prompts for the grep command.  If nil, put point at the end of
+the suggested command.  If non-nil, this should be the one-based
+position in the minibuffer where to place point."
   :type '(choice (const :tag "At the end" nil)
                  natnum))
 



reply via email to

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