diff options
| author | Eli Zaretskii | 2006-07-08 18:01:23 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-08 18:01:23 +0000 |
| commit | baa4b6c86ac23353aaf4428f6ca973b0ff007c6e (patch) | |
| tree | 6319813b625a48f72b845db2d5e978b93ff0f99b | |
| parent | f04493d872837bc9bef0c6c2976df5b9eb200e41 (diff) | |
| download | emacs-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.texi | 19 |
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 |
| 283 | This function returns the symbol (or word) at or near point, as a string. | 282 | This function returns the symbol (or word) at or near point, as a string. |
| 284 | The return value includes no text properties. | 283 | The 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 | ||
| 585 | This function deletes the text between positions @var{start} and | 583 | This 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 |
| 587 | text just deleted. | 585 | text just deleted. |
| @@ -2765,7 +2763,6 @@ Do not rely on the return value of this function. | |||
| 2765 | is with @code{propertize}: | 2763 | is with @code{propertize}: |
| 2766 | 2764 | ||
| 2767 | @defun propertize string &rest properties | 2765 | @defun propertize string &rest properties |
| 2768 | @tindex propertize | ||
| 2769 | This function returns a copy of @var{string} which has the text | 2766 | This function returns a copy of @var{string} which has the text |
| 2770 | properties @var{properties}. These properties apply to all the | 2767 | properties @var{properties}. These properties apply to all the |
| 2771 | characters in the string that is returned. Here is an example that | 2768 | characters 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 | ||
| 2907 | This is like @code{next-single-property-change} except that it | 2903 | This is like @code{next-single-property-change} except that it |
| 2908 | considers overlay properties as well as text properties, and if no | 2904 | considers overlay properties as well as text properties, and if no |
| 2909 | change is found before the end of the @var{object}, it returns the | 2905 | change 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 | ||
| 2918 | This is like @code{next-single-char-property-change}, but scans back | 2913 | This is like @code{next-single-char-property-change}, but scans back |
| 2919 | from @var{pos} instead of forward, and returns the minimum valid | 2914 | from @var{pos} instead of forward, and returns the minimum valid |
| 2920 | position in @var{object} if no change is found. | 2915 | position 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 |
| 3252 | function called to display help strings. These may be @code{help-echo} | 3246 | function called to display help strings. These may be @code{help-echo} |
| 3253 | properties, menu help strings (@pxref{Simple Menu Items}, | 3247 | properties, menu help strings (@pxref{Simple Menu Items}, |
| @@ -3339,7 +3333,6 @@ list, properties are rear-sticky @emph{unless} their names are in the | |||
| 3339 | list. | 3333 | list. |
| 3340 | 3334 | ||
| 3341 | @defvar text-property-default-nonsticky | 3335 | @defvar text-property-default-nonsticky |
| 3342 | @tindex text-property-default-nonsticky | ||
| 3343 | This variable holds an alist which defines the default rear-stickiness | 3336 | This variable holds an alist which defines the default rear-stickiness |
| 3344 | of various text properties. Each element has the form | 3337 | of 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 | ||
| 3676 | This function returns non-@code{nil} if position @var{pos} in the | 3668 | This function returns non-@code{nil} if position @var{pos} in the |
| 3677 | current buffer is on a link. | 3669 | current 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}. | |||
| 3711 | value of point is used by default. | 3703 | value 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 | ||
| 3715 | This function returns the beginning of the field specified by @var{pos}. | 3706 | This function returns the beginning of the field specified by @var{pos}. |
| 3716 | 3707 | ||
| 3717 | If @var{pos} is at the beginning of its field, and | 3708 | If @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 | ||
| 3730 | This function returns the end of the field specified by @var{pos}. | 3720 | This function returns the end of the field specified by @var{pos}. |
| 3731 | 3721 | ||
| 3732 | If @var{pos} is at the end of its field, and @var{escape-from-edge} is | 3722 | If @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 | ||
| 3744 | This function returns the contents of the field specified by @var{pos}, | 3733 | This function returns the contents of the field specified by @var{pos}, |
| 3745 | as a string. | 3734 | as 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 | ||
| 3750 | This function returns the contents of the field specified by @var{pos}, | 3738 | This function returns the contents of the field specified by @var{pos}, |
| 3751 | as a string, discarding text properties. | 3739 | as 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 | ||
| 3756 | This function deletes the text of the field specified by @var{pos}. | 3743 | This 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 | ||
| 3761 | This function ``constrains'' @var{new-pos} to the field that | 3747 | This 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 |
| 3763 | closest to @var{new-pos} that is in the same field as @var{old-pos}. | 3749 | closest to @var{new-pos} that is in the same field as @var{old-pos}. |
| @@ -4082,7 +4068,6 @@ manner. | |||
| 4082 | converting to and from this code. | 4068 | converting 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 | ||
| 4086 | This function converts the region from @var{beg} to @var{end} into base | 4071 | This function converts the region from @var{beg} to @var{end} into base |
| 4087 | 64 code. It returns the length of the encoded text. An error is | 4072 | 64 code. It returns the length of the encoded text. An error is |
| 4088 | signaled if a character in the region is multibyte, i.e.@: in a | 4073 | signaled 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 | ||
| 4101 | This function converts the string @var{string} into base 64 code. It | 4085 | This function converts the string @var{string} into base 64 code. It |
| 4102 | returns a string containing the encoded text. As for | 4086 | returns 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 | ||
| 4114 | This function converts the region from @var{beg} to @var{end} from base | 4097 | This function converts the region from @var{beg} to @var{end} from base |
| 4115 | 64 code into the corresponding decoded text. It returns the length of | 4098 | 64 code into the corresponding decoded text. It returns the length of |
| 4116 | the decoded text. | 4099 | the 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 | ||
| 4123 | This function converts the string @var{string} from base 64 code into | 4105 | This function converts the string @var{string} from base 64 code into |
| 4124 | the corresponding decoded text. It returns a unibyte string containing the | 4106 | the corresponding decoded text. It returns a unibyte string containing the |
| 4125 | decoded text. | 4107 | decoded 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 | ||
| 4364 | If this variable is non-@code{nil}, all of the change hooks are | 4345 | If this variable is non-@code{nil}, all of the change hooks are |
| 4365 | disabled; none of them run. This affects all the hook variables | 4346 | disabled; none of them run. This affects all the hook variables |
| 4366 | described above in this section, as well as the hooks attached to | 4347 | described above in this section, as well as the hooks attached to |