mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 20:07:36 +00:00
(Fnext_single_property_change): Fix missing \n\.
This commit is contained in:
parent
222fce2bc5
commit
da625a3c9b
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ DEFUN ("next-single-property-change", Fnext_single_property_change,
|
|||
Scans characters forward from POS till it finds\n\
|
||||
a change in the PROP property, then returns the position of the change.\n\
|
||||
The optional third argument OBJECT is the string or buffer to scan.\n\
|
||||
The property values are compared with `eq'.
|
||||
The property values are compared with `eq'.\n\
|
||||
Return nil if the property is constant all the way to the end of OBJECT.\n\
|
||||
If the value is non-nil, it is a position greater than POS, never equal.")
|
||||
(pos, prop, object)
|
||||
|
|
|
|||
Loading…
Reference in a new issue