summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-01-14 10:40:15 +0200
committerEli Zaretskii <eliz@gnu.org>2023-01-14 10:40:15 +0200
commitac2a6fc83fac6390892b068a830ebe0f22364e05 (patch)
treebe085ab54aef9ada0b3d8eeee570acb24dbba8c2
parentf0ac01812f93ea8bea95e37415987e8d7a82fb1c (diff)
downloademacs-ac2a6fc83fac6390892b068a830ebe0f22364e05.tar.gz
; * lisp/proced.el (proced--determine-pos): Fix doc string wording.
-rw-r--r--lisp/proced.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/proced.el b/lisp/proced.el
index 29a05f2d5db..03a7f1bebdf 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -814,11 +814,11 @@ current value of the proced-key text property starts, or 0 if KEY is nil."
(current-column))))))
(defun proced--determine-pos (key column)
- "Return the point in the current line using KEY and COLUMN.
+ "Return position of point in the current line using KEY and COLUMN.
Attempt to find the first position on the current line where the
text property proced-key is equal to KEY. If this is not possible, return
-the point of column COLUMN on the current line."
+the position of point of column COLUMN on the current line."
(save-excursion
(let (new-pos)
(if key