1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00

(Fget_char_property): Doc fix.

This commit is contained in:
Richard M. Stallman 2001-11-02 07:12:33 +00:00
parent 6a0f8bed68
commit 8faef085c5

View File

@ -655,6 +655,7 @@ get_char_property_and_overlay (position, prop, object, overlay)
DEFUN ("get-char-property", Fget_char_property, Sget_char_property, 2, 3, 0,
doc: /* Return the value of POSITION's property PROP, in OBJECT.
Both overlay properties and text properties are checked.
OBJECT is optional and defaults to the current buffer.
If POSITION is at the end of OBJECT, the value is nil.
If OBJECT is a buffer, then overlay properties are considered as well as