emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/editfns.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c,v
Date: Wed, 09 Apr 2008 15:56:53 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/09 15:56:52

Index: editfns.c
===================================================================
RCS file: /sources/emacs/emacs/src/editfns.c,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -b -r1.458 -r1.459
--- editfns.c   17 Mar 2008 20:23:05 -0000      1.458
+++ editfns.c   9 Apr 2008 15:56:52 -0000       1.459
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]