diff options
| author | Richard M. Stallman | 2001-11-06 15:44:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-06 15:44:42 +0000 |
| commit | b1b4f768baf3a49e7fda6415eee03e62ddb5235a (patch) | |
| tree | 67ac4a633ced174dfd0c901c2a1640f06b971421 | |
| parent | f0f2756d0e293c045f063652fd2e90ae1b433205 (diff) | |
| download | emacs-b1b4f768baf3a49e7fda6415eee03e62ddb5235a.tar.gz emacs-b1b4f768baf3a49e7fda6415eee03e62ddb5235a.zip | |
(Editing Format Info):
Correct facemenu-remove-props to facemenu-remove-face-props.
Add command names list-faces-display and list-colors-display.
| -rw-r--r-- | man/text.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/text.texi b/man/text.texi index 1315abd12a1..a0fb1dc4360 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -1823,10 +1823,10 @@ These are described in the sections that follow. Some items run | |||
| 1823 | commands directly: | 1823 | commands directly: |
| 1824 | 1824 | ||
| 1825 | @table @code | 1825 | @table @code |
| 1826 | @findex facemenu-remove-props | 1826 | @findex facemenu-remove-face-props |
| 1827 | @item Remove Properties | 1827 | @item Remove Face Properties |
| 1828 | Delete from the region all the text properties that the Text Properties | 1828 | Delete from the region all the text properties that the Text Properties |
| 1829 | menu works with (@code{facemenu-remove-props}). | 1829 | menu works with (@code{facemenu-remove-face-props}). |
| 1830 | 1830 | ||
| 1831 | @findex facemenu-remove-all | 1831 | @findex facemenu-remove-all |
| 1832 | @item Remove All | 1832 | @item Remove All |
| @@ -1839,10 +1839,10 @@ List all the text properties of the character following point | |||
| 1839 | (@code{list-text-properties-at}). | 1839 | (@code{list-text-properties-at}). |
| 1840 | 1840 | ||
| 1841 | @item Display Faces | 1841 | @item Display Faces |
| 1842 | Display a list of all the defined faces. | 1842 | Display a list of all the defined faces (@code{list-faces-display}). |
| 1843 | 1843 | ||
| 1844 | @item Display Colors | 1844 | @item Display Colors |
| 1845 | Display a list of all the defined colors. | 1845 | Display a list of all the defined colors (@code{list-colors-display}). |
| 1846 | @end table | 1846 | @end table |
| 1847 | 1847 | ||
| 1848 | @node Format Faces | 1848 | @node Format Faces |