projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f3309f
)
; * src/editfns.c (Fline_beginning_position): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 16 Nov 2023 09:30:48 +0000
(11:30 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 16 Nov 2023 09:30:48 +0000
(11:30 +0200)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index 211f1a03beea17ffbd1f7df0bce617147b10a153..46af4a60c7edb78238556c14e53af5f61c732513 100644
(file)
--- 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