Mercurial > emacs
changeset 40778:306eea7b9fdc
(Editing Format Info):
Correct facemenu-remove-props to facemenu-remove-face-props.
Add command names list-faces-display and list-colors-display.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 06 Nov 2001 15:44:42 +0000 |
parents | b7e331012730 |
children | a09c65c0b5e2 |
files | man/text.texi |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/man/text.texi Tue Nov 06 15:42:06 2001 +0000 +++ b/man/text.texi Tue Nov 06 15:44:42 2001 +0000 @@ -1823,10 +1823,10 @@ commands directly: @table @code -@findex facemenu-remove-props -@item Remove Properties +@findex facemenu-remove-face-props +@item Remove Face Properties Delete from the region all the text properties that the Text Properties -menu works with (@code{facemenu-remove-props}). +menu works with (@code{facemenu-remove-face-props}). @findex facemenu-remove-all @item Remove All @@ -1839,10 +1839,10 @@ (@code{list-text-properties-at}). @item Display Faces -Display a list of all the defined faces. +Display a list of all the defined faces (@code{list-faces-display}). @item Display Colors -Display a list of all the defined colors. +Display a list of all the defined colors (@code{list-colors-display}). @end table @node Format Faces