emacs-diffs
[Top][All Lists]
Advanced

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

master ac2a6fc83f: ; * lisp/proced.el (proced--determine-pos): Fix doc s


From: Eli Zaretskii
Subject: master ac2a6fc83f: ; * lisp/proced.el (proced--determine-pos): Fix doc string wording.
Date: Sat, 14 Jan 2023 03:40:28 -0500 (EST)

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

    ; * lisp/proced.el (proced--determine-pos): Fix doc string wording.
---
 lisp/proced.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/proced.el b/lisp/proced.el
index 29a05f2d5d..03a7f1bebd 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



reply via email to

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