summaryrefslogtreecommitdiff
path: root/src/intervals.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-07-21 22:25:42 +0000
committerRichard M. Stallman <rms@gnu.org>1993-07-21 22:25:42 +0000
commit8ed066ab93e6fb086cdf1c3cedd350fa888d5ed1 (patch)
tree070c9710602cb74f292ce1b05f7f97e398f655a4 /src/intervals.h
parent51c6a726311a45633e3dc45b0aefe3d7f7989588 (diff)
downloademacs-8ed066ab93e6fb086cdf1c3cedd350fa888d5ed1.tar.gz
(Ftext_property_not_all): Fix typo in decl.
Diffstat (limited to 'src/intervals.h')
-rw-r--r--src/intervals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.h b/src/intervals.h
index 74854add752..0115003df72 100644
--- a/src/intervals.h
+++ b/src/intervals.h
@@ -201,7 +201,7 @@ extern Lisp_Object Ftext_properties_at ();
extern Lisp_Object Fnext_property_change (), Fprevious_property_change ();
extern Lisp_Object Fadd_text_properties (), Fset_text_properties ();
extern Lisp_Object Fremove_text_properties (), Ferase_text_properties ();
-extern Lisp_Object Ftext_property_any (), Ftext_property_all ();
+extern Lisp_Object Ftext_property_any (), Ftext_property_not_all ();
extern Lisp_Object copy_text_properties ();
extern void syms_of_textprop ();