summaryrefslogtreecommitdiff
path: root/src/editfns.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-11-16 11:30:48 +0200
committerEli Zaretskii <eliz@gnu.org>2023-11-16 11:30:48 +0200
commit42181b65df165d3cbf472f7c9aa1f1b14ecf9a52 (patch)
tree70bee769ac6c1d76ab243cd2a8b6d0a055deb6d8 /src/editfns.c
parent5f3309f6b0fb6d0b485c6e1cc444aff0beb0919c (diff)
downloademacs-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.c1
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