aboutsummaryrefslogtreecommitdiffstats
path: root/man/text.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-11-06 15:44:42 +0000
committerRichard M. Stallman <[email protected]>2001-11-06 15:44:42 +0000
commitb1b4f768baf3a49e7fda6415eee03e62ddb5235a (patch)
tree67ac4a633ced174dfd0c901c2a1640f06b971421 /man/text.texi
parentf0f2756d0e293c045f063652fd2e90ae1b433205 (diff)
(Editing Format Info):
Correct facemenu-remove-props to facemenu-remove-face-props. Add command names list-faces-display and list-colors-display.
Diffstat (limited to 'man/text.texi')
-rw-r--r--man/text.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/text.texi b/man/text.texi
index 1315abd12a..a0fb1dc436 100644
--- a/man/text.texi
+++ b/man/text.texi
@@ -1823,10 +1823,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
@@ -1839,10 +1839,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