1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

; * lisp/proced.el (proced--determine-pos): Fix doc string wording.

This commit is contained in:
Eli Zaretskii 2023-01-14 10:40:15 +02:00
parent f0ac01812f
commit ac2a6fc83f

View File

@ -814,11 +814,11 @@ current value of the proced-key text property starts, or 0 if KEY is nil."
(current-column)))))) (current-column))))))
(defun proced--determine-pos (key 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 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 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 (save-excursion
(let (new-pos) (let (new-pos)
(if key (if key