aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-07-08 18:01:23 +0000
committerEli Zaretskii2006-07-08 18:01:23 +0000
commitbaa4b6c86ac23353aaf4428f6ca973b0ff007c6e (patch)
tree6319813b625a48f72b845db2d5e978b93ff0f99b
parentf04493d872837bc9bef0c6c2976df5b9eb200e41 (diff)
downloademacs-baa4b6c86ac23353aaf4428f6ca973b0ff007c6e.tar.gz
emacs-baa4b6c86ac23353aaf4428f6ca973b0ff007c6e.zip
(Buffer Contents, Deletion, Changing Properties)
(Property Search, Special Properties, Sticky Properties) (Links and Mouse-1, Fields, Change Hooks): Remove @tindex.
-rw-r--r--lispref/text.texi19
1 files changed, 0 insertions, 19 deletions
diff --git a/lispref/text.texi b/lispref/text.texi
index 6c295627ced..c598a4c2010 100644
--- a/lispref/text.texi
+++ b/lispref/text.texi
@@ -278,7 +278,6 @@ This is the contents of buffer foo
278@end example 278@end example
279@end defun 279@end defun
280 280
281@tindex current-word
282@defun current-word &optional strict really-word 281@defun current-word &optional strict really-word
283This function returns the symbol (or word) at or near point, as a string. 282This function returns the symbol (or word) at or near point, as a string.
284The return value includes no text properties. 283The return value includes no text properties.
@@ -581,7 +580,6 @@ Otherwise, point relocates with the surrounding text, as markers do.
581@end deffn 580@end deffn
582 581
583@defun delete-and-extract-region start end 582@defun delete-and-extract-region start end
584@tindex delete-and-extract-region
585This function deletes the text between positions @var{start} and 583This function deletes the text between positions @var{start} and
586@var{end} in the current buffer, and returns a string containing the 584@var{end} in the current buffer, and returns a string containing the
587text just deleted. 585text just deleted.
@@ -2765,7 +2763,6 @@ Do not rely on the return value of this function.
2765is with @code{propertize}: 2763is with @code{propertize}:
2766 2764
2767@defun propertize string &rest properties 2765@defun propertize string &rest properties
2768@tindex propertize
2769This function returns a copy of @var{string} which has the text 2766This function returns a copy of @var{string} which has the text
2770properties @var{properties}. These properties apply to all the 2767properties @var{properties}. These properties apply to all the
2771characters in the string that is returned. Here is an example that 2768characters in the string that is returned. Here is an example that
@@ -2903,7 +2900,6 @@ position if no change is found.
2903@end defun 2900@end defun
2904 2901
2905@defun next-single-char-property-change pos prop &optional object limit 2902@defun next-single-char-property-change pos prop &optional object limit
2906@tindex next-single-char-property-change
2907This is like @code{next-single-property-change} except that it 2903This is like @code{next-single-property-change} except that it
2908considers overlay properties as well as text properties, and if no 2904considers overlay properties as well as text properties, and if no
2909change is found before the end of the @var{object}, it returns the 2905change is found before the end of the @var{object}, it returns the
@@ -2914,7 +2910,6 @@ text-properties are considered.
2914@end defun 2910@end defun
2915 2911
2916@defun previous-single-char-property-change pos prop &optional object limit 2912@defun previous-single-char-property-change pos prop &optional object limit
2917@tindex previous-single-char-property-change
2918This is like @code{next-single-char-property-change}, but scans back 2913This is like @code{next-single-char-property-change}, but scans back
2919from @var{pos} instead of forward, and returns the minimum valid 2914from @var{pos} instead of forward, and returns the minimum valid
2920position in @var{object} if no change is found. 2915position in @var{object} if no change is found.
@@ -3247,7 +3242,6 @@ property has no effect. Do not set this variable globally; bind it with
3247@end defvar 3242@end defvar
3248 3243
3249@defvar show-help-function 3244@defvar show-help-function
3250@tindex show-help-function
3251@anchor{Help display} If this variable is non-@code{nil}, it specifies a 3245@anchor{Help display} If this variable is non-@code{nil}, it specifies a
3252function called to display help strings. These may be @code{help-echo} 3246function called to display help strings. These may be @code{help-echo}
3253properties, menu help strings (@pxref{Simple Menu Items}, 3247properties, menu help strings (@pxref{Simple Menu Items},
@@ -3339,7 +3333,6 @@ list, properties are rear-sticky @emph{unless} their names are in the
3339list. 3333list.
3340 3334
3341@defvar text-property-default-nonsticky 3335@defvar text-property-default-nonsticky
3342@tindex text-property-default-nonsticky
3343This variable holds an alist which defines the default rear-stickiness 3336This variable holds an alist which defines the default rear-stickiness
3344of various text properties. Each element has the form 3337of various text properties. Each element has the form
3345@code{(@var{property} . @var{nonstickiness})}, and it defines the 3338@code{(@var{property} . @var{nonstickiness})}, and it defines the
@@ -3672,7 +3665,6 @@ a @key{Mouse-1} click shall be translated to @key{RET}:
3672@end smallexample 3665@end smallexample
3673 3666
3674@defun mouse-on-link-p pos 3667@defun mouse-on-link-p pos
3675@tindex mouse-on-link-p
3676This function returns non-@code{nil} if position @var{pos} in the 3668This function returns non-@code{nil} if position @var{pos} in the
3677current buffer is on a link. 3669current buffer is on a link.
3678@end defun 3670@end defun
@@ -3711,7 +3703,6 @@ to an empty field whose beginning and end are both at @var{pos}.
3711value of point is used by default. 3703value of point is used by default.
3712 3704
3713@defun field-beginning &optional pos escape-from-edge limit 3705@defun field-beginning &optional pos escape-from-edge limit
3714@tindex field-beginning
3715This function returns the beginning of the field specified by @var{pos}. 3706This function returns the beginning of the field specified by @var{pos}.
3716 3707
3717If @var{pos} is at the beginning of its field, and 3708If @var{pos} is at the beginning of its field, and
@@ -3726,7 +3717,6 @@ returned instead.
3726@end defun 3717@end defun
3727 3718
3728@defun field-end &optional pos escape-from-edge limit 3719@defun field-end &optional pos escape-from-edge limit
3729@tindex field-end
3730This function returns the end of the field specified by @var{pos}. 3720This function returns the end of the field specified by @var{pos}.
3731 3721
3732If @var{pos} is at the end of its field, and @var{escape-from-edge} is 3722If @var{pos} is at the end of its field, and @var{escape-from-edge} is
@@ -3740,24 +3730,20 @@ instead.
3740@end defun 3730@end defun
3741 3731
3742@defun field-string &optional pos 3732@defun field-string &optional pos
3743@tindex field-string
3744This function returns the contents of the field specified by @var{pos}, 3733This function returns the contents of the field specified by @var{pos},
3745as a string. 3734as a string.
3746@end defun 3735@end defun
3747 3736
3748@defun field-string-no-properties &optional pos 3737@defun field-string-no-properties &optional pos
3749@tindex field-string-no-properties
3750This function returns the contents of the field specified by @var{pos}, 3738This function returns the contents of the field specified by @var{pos},
3751as a string, discarding text properties. 3739as a string, discarding text properties.
3752@end defun 3740@end defun
3753 3741
3754@defun delete-field &optional pos 3742@defun delete-field &optional pos
3755@tindex delete-field
3756This function deletes the text of the field specified by @var{pos}. 3743This function deletes the text of the field specified by @var{pos}.
3757@end defun 3744@end defun
3758 3745
3759@defun constrain-to-field new-pos old-pos &optional escape-from-edge only-in-line inhibit-capture-property 3746@defun constrain-to-field new-pos old-pos &optional escape-from-edge only-in-line inhibit-capture-property
3760@tindex constrain-to-field
3761This function ``constrains'' @var{new-pos} to the field that 3747This function ``constrains'' @var{new-pos} to the field that
3762@var{old-pos} belongs to---in other words, it returns the position 3748@var{old-pos} belongs to---in other words, it returns the position
3763closest to @var{new-pos} that is in the same field as @var{old-pos}. 3749closest to @var{new-pos} that is in the same field as @var{old-pos}.
@@ -4082,7 +4068,6 @@ manner.
4082converting to and from this code. 4068converting to and from this code.
4083 4069
4084@defun base64-encode-region beg end &optional no-line-break 4070@defun base64-encode-region beg end &optional no-line-break
4085@tindex base64-encode-region
4086This function converts the region from @var{beg} to @var{end} into base 4071This function converts the region from @var{beg} to @var{end} into base
408764 code. It returns the length of the encoded text. An error is 407264 code. It returns the length of the encoded text. An error is
4088signaled if a character in the region is multibyte, i.e.@: in a 4073signaled if a character in the region is multibyte, i.e.@: in a
@@ -4097,7 +4082,6 @@ the output is just one long line.
4097@end defun 4082@end defun
4098 4083
4099@defun base64-encode-string string &optional no-line-break 4084@defun base64-encode-string string &optional no-line-break
4100@tindex base64-encode-string
4101This function converts the string @var{string} into base 64 code. It 4085This function converts the string @var{string} into base 64 code. It
4102returns a string containing the encoded text. As for 4086returns a string containing the encoded text. As for
4103@code{base64-encode-region}, an error is signaled if a character in the 4087@code{base64-encode-region}, an error is signaled if a character in the
@@ -4110,7 +4094,6 @@ the result string is just one long line.
4110@end defun 4094@end defun
4111 4095
4112@defun base64-decode-region beg end 4096@defun base64-decode-region beg end
4113@tindex base64-decode-region
4114This function converts the region from @var{beg} to @var{end} from base 4097This function converts the region from @var{beg} to @var{end} from base
411564 code into the corresponding decoded text. It returns the length of 409864 code into the corresponding decoded text. It returns the length of
4116the decoded text. 4099the decoded text.
@@ -4119,7 +4102,6 @@ The decoding functions ignore newline characters in the encoded text.
4119@end defun 4102@end defun
4120 4103
4121@defun base64-decode-string string 4104@defun base64-decode-string string
4122@tindex base64-decode-string
4123This function converts the string @var{string} from base 64 code into 4105This function converts the string @var{string} from base 64 code into
4124the corresponding decoded text. It returns a unibyte string containing the 4106the corresponding decoded text. It returns a unibyte string containing the
4125decoded text. 4107decoded text.
@@ -4360,7 +4342,6 @@ that was previously in the unmodified state.
4360@end defvar 4342@end defvar
4361 4343
4362@defvar inhibit-modification-hooks 4344@defvar inhibit-modification-hooks
4363@tindex inhibit-modification-hooks
4364If this variable is non-@code{nil}, all of the change hooks are 4345If this variable is non-@code{nil}, all of the change hooks are
4365disabled; none of them run. This affects all the hook variables 4346disabled; none of them run. This affects all the hook variables
4366described above in this section, as well as the hooks attached to 4347described above in this section, as well as the hooks attached to