changeset 93921:f7d6d03d8ceb

(Ffield_string_no_properties): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 09 Apr 2008 15:56:52 +0000
parents 22cfb604a455
children e6fc2790d18c
files src/editfns.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Wed Apr 09 15:38:32 2008 +0000
+++ b/src/editfns.c	Wed Apr 09 15:56:52 2008 +0000
@@ -482,7 +482,7 @@
 	    }
 	}
 
-      { /* Now check the text-properties.  */
+      { /* Now check the text properties.  */
 	int stickiness = text_property_stickiness (prop, position, object);
 	if (stickiness > 0)
 	  return Fget_text_property (position, prop, object);
@@ -658,7 +658,7 @@
 }
 
 DEFUN ("field-string-no-properties", Ffield_string_no_properties, Sfield_string_no_properties, 0, 1, 0,
-       doc: /* Return the contents of the field around POS, without text-properties.
+       doc: /* Return the contents of the field around POS, without text properties.
 A field is a region of text with the same `field' property.
 If POS is nil, the value of point is used for POS.  */)
      (pos)
@@ -3050,7 +3050,7 @@
 	      if (string_multibyte)
 		{
 		  str = tt + string_char_to_byte (table, oc);
-		  nc = STRING_CHAR_AND_LENGTH (str, MAX_MULTIBYTE_LENGTH, 
+		  nc = STRING_CHAR_AND_LENGTH (str, MAX_MULTIBYTE_LENGTH,
 					       str_len);
 		}
 	      else