changeset 95453:ca950c418cdd

(syms_of_textprop) <text-property-default-nonsticky>: (Fremove_text_properties): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 01 Jun 2008 04:24:07 +0000
parents a4904e4111c5
children 04bdb86eb93e
files src/textprop.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/textprop.c	Sun Jun 01 02:35:04 2008 +0000
+++ b/src/textprop.c	Sun Jun 01 04:24:07 2008 +0000
@@ -1504,7 +1504,7 @@
 markers).  If OBJECT is a string, START and END are 0-based indices into it.
 Return t if any property was actually removed, nil otherwise.
 
-Use set-text-properties if you want to remove all text properties.  */)
+Use `set-text-properties' if you want to remove all text properties.  */)
      (start, end, properties, object)
      Lisp_Object start, end, properties, object;
 {
@@ -2294,8 +2294,8 @@
 
 If a character in a buffer has PROPERTY, new text inserted adjacent to
 the character doesn't inherit PROPERTY if NONSTICKINESS is non-nil,
-inherits it if NONSTICKINESS is nil.  The front-sticky and
-rear-nonsticky properties of the character overrides NONSTICKINESS.  */);
+inherits it if NONSTICKINESS is nil.  The `front-sticky' and
+`rear-nonsticky' properties of the character override NONSTICKINESS.  */);
   /* Text property `syntax-table' should be nonsticky by default.  */
   Vtext_property_default_nonsticky
     = Fcons (Fcons (intern ("syntax-table"), Qt), Qnil);