]> git.eshelyaron.com Git - emacs.git/commitdiff
(Editing Format Info):
authorRichard M. Stallman <rms@gnu.org>
Tue, 6 Nov 2001 15:45:44 +0000 (15:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 6 Nov 2001 15:45:44 +0000 (15:45 +0000)
Correct facemenu-remove-props to facemenu-remove-face-props.
Add command names list-faces-display and list-colors-display.

man/text.texi

index 2d47cca46a813f1f942beb10046dd88f1d92f1b5..ad1d170ef8f012d95ac59bb1ee396633ee1d2d50 100644 (file)
@@ -1821,10 +1821,10 @@ These are described in the sections that follow.  Some items run
 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
@@ -1837,10 +1837,10 @@ List all the text properties of the character following point
 (@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