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 [EMACS_22_BASE]


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c,v [EMACS_22_BASE]
Date: Tue, 26 Aug 2008 11:11:50 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Juanma Barranquero <lektu>      08/08/26 11:11:48

Index: editfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/editfns.c,v
retrieving revision 1.439.2.11
retrieving revision 1.439.2.12
diff -u -b -r1.439.2.11 -r1.439.2.12
--- editfns.c   26 Feb 2008 16:34:36 -0000      1.439.2.11
+++ editfns.c   26 Aug 2008 11:11:44 -0000      1.439.2.12
@@ -479,7 +479,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);
@@ -655,7 +655,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]