emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/text.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi,v
Date: Sat, 08 Jul 2006 18:01:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/08 18:01:23

Index: text.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/text.texi,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -b -r1.120 -r1.121
--- text.texi   5 Jul 2006 17:09:30 -0000       1.120
+++ text.texi   8 Jul 2006 18:01:23 -0000       1.121
@@ -278,7 +278,6 @@
 @end example
 @end defun
 
address@hidden current-word
 @defun current-word &optional strict really-word
 This function returns the symbol (or word) at or near point, as a string.
 The return value includes no text properties.
@@ -581,7 +580,6 @@
 @end deffn
 
 @defun delete-and-extract-region start end
address@hidden delete-and-extract-region
 This function deletes the text between positions @var{start} and
 @var{end} in the current buffer, and returns a string containing the
 text just deleted.
@@ -2765,7 +2763,6 @@
 is with @code{propertize}:
 
 @defun propertize string &rest properties
address@hidden propertize
 This function returns a copy of @var{string} which has the text
 properties @var{properties}.  These properties apply to all the
 characters in the string that is returned.  Here is an example that
@@ -2903,7 +2900,6 @@
 @end defun
 
 @defun next-single-char-property-change pos prop &optional object limit
address@hidden next-single-char-property-change
 This is like @code{next-single-property-change} except that it
 considers overlay properties as well as text properties, and if no
 change is found before the end of the @var{object}, it returns the
@@ -2914,7 +2910,6 @@
 @end defun
 
 @defun previous-single-char-property-change pos prop &optional object limit
address@hidden previous-single-char-property-change
 This is like @code{next-single-char-property-change}, but scans back
 from @var{pos} instead of forward, and returns the minimum valid
 position in @var{object} if no change is found.
@@ -3247,7 +3242,6 @@
 @end defvar
 
 @defvar show-help-function
address@hidden show-help-function
 @anchor{Help display} If this variable is address@hidden, it specifies a
 function called to display help strings.  These may be @code{help-echo}
 properties, menu help strings (@pxref{Simple Menu Items},
@@ -3339,7 +3333,6 @@
 list.
 
 @defvar text-property-default-nonsticky
address@hidden text-property-default-nonsticky
 This variable holds an alist which defines the default rear-stickiness
 of various text properties.  Each element has the form
 @code{(@var{property} . @var{nonstickiness})}, and it defines the
@@ -3672,7 +3665,6 @@
 @end smallexample
 
 @defun mouse-on-link-p pos
address@hidden mouse-on-link-p
 This function returns address@hidden if position @var{pos} in the
 current buffer is on a link.
 @end defun
@@ -3711,7 +3703,6 @@
 value of point is used by default.
 
 @defun field-beginning &optional pos escape-from-edge limit
address@hidden field-beginning
 This function returns the beginning of the field specified by @var{pos}.
 
 If @var{pos} is at the beginning of its field, and
@@ -3726,7 +3717,6 @@
 @end defun
 
 @defun field-end &optional pos escape-from-edge limit
address@hidden field-end
 This function returns the end of the field specified by @var{pos}.
 
 If @var{pos} is at the end of its field, and @var{escape-from-edge} is
@@ -3740,24 +3730,20 @@
 @end defun
 
 @defun field-string &optional pos
address@hidden field-string
 This function returns the contents of the field specified by @var{pos},
 as a string.
 @end defun
 
 @defun field-string-no-properties &optional pos
address@hidden field-string-no-properties
 This function returns the contents of the field specified by @var{pos},
 as a string, discarding text properties.
 @end defun
 
 @defun delete-field &optional pos
address@hidden delete-field
 This function deletes the text of the field specified by @var{pos}.
 @end defun
 
 @defun constrain-to-field new-pos old-pos &optional escape-from-edge 
only-in-line inhibit-capture-property
address@hidden constrain-to-field
 This function ``constrains'' @var{new-pos} to the field that
 @var{old-pos} belongs to---in other words, it returns the position
 closest to @var{new-pos} that is in the same field as @var{old-pos}.
@@ -4082,7 +4068,6 @@
 converting to and from this code.
 
 @defun base64-encode-region beg end &optional no-line-break
address@hidden base64-encode-region
 This function converts the region from @var{beg} to @var{end} into base
 64 code.  It returns the length of the encoded text.  An error is
 signaled if a character in the region is multibyte, i.e.@: in a
@@ -4097,7 +4082,6 @@
 @end defun
 
 @defun base64-encode-string string &optional no-line-break
address@hidden base64-encode-string
 This function converts the string @var{string} into base 64 code.  It
 returns a string containing the encoded text.  As for
 @code{base64-encode-region}, an error is signaled if a character in the
@@ -4110,7 +4094,6 @@
 @end defun
 
 @defun base64-decode-region beg end
address@hidden base64-decode-region
 This function converts the region from @var{beg} to @var{end} from base
 64 code into the corresponding decoded text.  It returns the length of
 the decoded text.
@@ -4119,7 +4102,6 @@
 @end defun
 
 @defun base64-decode-string string
address@hidden base64-decode-string
 This function converts the string @var{string} from base 64 code into
 the corresponding decoded text.  It returns a unibyte string containing the
 decoded text.
@@ -4360,7 +4342,6 @@
 @end defvar
 
 @defvar inhibit-modification-hooks
address@hidden inhibit-modification-hooks
 If this variable is address@hidden, all of the change hooks are
 disabled; none of them run.  This affects all the hook variables
 described above in this section, as well as the hooks attached to




reply via email to

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