]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/proced.el (proced--determine-pos): Fix doc string wording.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Jan 2023 08:40:15 +0000 (10:40 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Jan 2023 08:40:15 +0000 (10:40 +0200)
lisp/proced.el

index 29a05f2d5db9107df9e508bf1c1107a17261c5e5..03a7f1bebdf81343bba5fa8a324e7c06f41b9303 100644 (file)
@@ -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