aboutsummaryrefslogtreecommitdiffstats
path: root/src/textprop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/textprop.c b/src/textprop.c
index 29425f7a550..688b32eb4ec 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -1,5 +1,5 @@
1/* Interface code for dealing with text properties. 1/* Interface code for dealing with text properties.
2 Copyright (C) 1993-1995, 1997, 1999-2011 Free Software Foundation, Inc. 2 Copyright (C) 1993-1995, 1997, 1999-2012 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -1625,7 +1625,7 @@ Return t if any property was actually removed, nil otherwise. */)
1625 1625
1626DEFUN ("text-property-any", Ftext_property_any, 1626DEFUN ("text-property-any", Ftext_property_any,
1627 Stext_property_any, 4, 5, 0, 1627 Stext_property_any, 4, 5, 0,
1628 doc: /* Check text from START to END for property PROPERTY equalling VALUE. 1628 doc: /* Check text from START to END for property PROPERTY equaling VALUE.
1629If so, return the position of the first character whose property PROPERTY 1629If so, return the position of the first character whose property PROPERTY
1630is `eq' to VALUE. Otherwise return nil. 1630is `eq' to VALUE. Otherwise return nil.
1631If the optional fifth argument OBJECT is a buffer (or nil, which means 1631If the optional fifth argument OBJECT is a buffer (or nil, which means
@@ -1661,7 +1661,7 @@ markers). If OBJECT is a string, START and END are 0-based indices into it. */
1661 1661
1662DEFUN ("text-property-not-all", Ftext_property_not_all, 1662DEFUN ("text-property-not-all", Ftext_property_not_all,
1663 Stext_property_not_all, 4, 5, 0, 1663 Stext_property_not_all, 4, 5, 0,
1664 doc: /* Check text from START to END for property PROPERTY not equalling VALUE. 1664 doc: /* Check text from START to END for property PROPERTY not equaling VALUE.
1665If so, return the position of the first character whose property PROPERTY 1665If so, return the position of the first character whose property PROPERTY
1666is not `eq' to VALUE. Otherwise, return nil. 1666is not `eq' to VALUE. Otherwise, return nil.
1667If the optional fifth argument OBJECT is a buffer (or nil, which means 1667If the optional fifth argument OBJECT is a buffer (or nil, which means
@@ -2227,7 +2227,7 @@ This also inhibits the use of the `intangible' text property. */);
2227 2227
2228 DEFVAR_LISP ("text-property-default-nonsticky", 2228 DEFVAR_LISP ("text-property-default-nonsticky",
2229 Vtext_property_default_nonsticky, 2229 Vtext_property_default_nonsticky,
2230 doc: /* Alist of properties vs the corresponding non-stickinesses. 2230 doc: /* Alist of properties vs the corresponding non-stickiness.
2231Each element has the form (PROPERTY . NONSTICKINESS). 2231Each element has the form (PROPERTY . NONSTICKINESS).
2232 2232
2233If a character in a buffer has PROPERTY, new text inserted adjacent to 2233If a character in a buffer has PROPERTY, new text inserted adjacent to