diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-11-16 11:30:48 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-11-16 11:30:48 +0200 |
commit | 42181b65df165d3cbf472f7c9aa1f1b14ecf9a52 (patch) | |
tree | 70bee769ac6c1d76ab243cd2a8b6d0a055deb6d8 /src/editfns.c | |
parent | 5f3309f6b0fb6d0b485c6e1cc444aff0beb0919c (diff) | |
download | emacs-42181b65df165d3cbf472f7c9aa1f1b14ecf9a52.tar.gz emacs-42181b65df165d3cbf472f7c9aa1f1b14ecf9a52.tar.bz2 emacs-42181b65df165d3cbf472f7c9aa1f1b14ecf9a52.zip |
; * src/editfns.c (Fline_beginning_position): Doc fix.
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |