Mercurial > emacs
comparison lispref/text.texi @ 68084:9b969687ff7c
Fix typos.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 07 Jan 2006 18:41:50 +0000 |
parents | 58a64605ff5a |
children | 067115a6e738 7beb78bc1f8e |
comparison
equal
deleted
inserted
replaced
68083:4aea781df851 | 68084:9b969687ff7c |
---|---|
2712 list. | 2712 list. |
2713 @end defun | 2713 @end defun |
2714 | 2714 |
2715 @defun remove-list-of-text-properties start end list-of-properties &optional object | 2715 @defun remove-list-of-text-properties start end list-of-properties &optional object |
2716 Like @code{remove-text-properties} except that | 2716 Like @code{remove-text-properties} except that |
2717 @var{list-of-properties} is a list property names only, not an | 2717 @var{list-of-properties} is a list of property names only, not an |
2718 alternating list of property names and values. | 2718 alternating list of property names and values. |
2719 @end defun | 2719 @end defun |
2720 | 2720 |
2721 @defun set-text-properties start end props &optional object | 2721 @defun set-text-properties start end props &optional object |
2722 This function completely replaces the text property list for the text | 2722 This function completely replaces the text property list for the text |