emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 42181b65df1: ; * src/editfns.c (Fline_beginning_position): Doc


From: Eli Zaretskii
Subject: emacs-29 42181b65df1: ; * src/editfns.c (Fline_beginning_position): Doc fix.
Date: Thu, 16 Nov 2023 04:31:20 -0500 (EST)

branch: emacs-29
commit 42181b65df165d3cbf472f7c9aa1f1b14ecf9a52
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * src/editfns.c (Fline_beginning_position): Doc fix.
---
 src/editfns.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/editfns.c b/src/editfns.c
index 211f1a03bee..46af4a60c7e 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -723,6 +723,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.
+With optional argument N non-nil, move forward N - 1 lines first.
 This function is like `pos-bol' (which see), but respects fields.
 
 This function constrains the returned position to the current field



reply via email to

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