emacs-diffs
[Top][All Lists]
Advanced

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

master 563ec6abc4 2/3: ; Complete renaming to pos-bol and pos-eol


From: Mattias Engdegård
Subject: master 563ec6abc4 2/3: ; Complete renaming to pos-bol and pos-eol
Date: Sun, 21 Aug 2022 11:07:11 -0400 (EDT)

branch: master
commit 563ec6abc4f194eb8d89cc2f5adefb7f68017149
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; Complete renaming to pos-bol and pos-eol
---
 src/editfns.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/editfns.c b/src/editfns.c
index febc9f8fda..cd5cddee79 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -748,7 +748,7 @@ This function does not move point.  Also see 
`line-beginning-position'.  */)
 DEFUN ("line-beginning-position",
        Fline_beginning_position, Sline_beginning_position, 0, 1, 0,
        doc: /* Return the position of the first character in the current 
line/field.
-This function is like `bol' (which see), but respects fields.
+This function is like `pos-bol' (which see), but respects fields.
 
 This function constrains the returned position to the current field
 unless that position would be on a different line from the original,
@@ -804,7 +804,7 @@ DEFUN ("line-end-position", Fline_end_position, 
Sline_end_position, 0, 1, 0,
 With argument N not nil or 1, move forward N - 1 lines first.
 If scan reaches end of buffer, return that position.
 
-This function is like `eol' (which see), but respects fields.
+This function is like `pos-eol' (which see), but respects fields.
 
 This function constrains the returned position to the current field
 unless that would be on a different line from the original,



reply via email to

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