diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-04-19 00:29:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-04-19 00:29:11 +0000 |
commit | dac7616d0bbf526d82789ba471abe0c2d27cc2ec (patch) | |
tree | c3efb1530fe88114418a370258d79c95022540e5 /man | |
parent | 0af1db42259751439f99c5ac7c286353c074c5dc (diff) | |
download | emacs-dac7616d0bbf526d82789ba471abe0c2d27cc2ec.tar.gz |
Document describe-text-at, not list-text-properties-at.
Diffstat (limited to 'man')
-rw-r--r-- | man/text.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/text.texi b/man/text.texi index a6963e303ec..5be86de7b80 100644 --- a/man/text.texi +++ b/man/text.texi @@ -1833,8 +1833,8 @@ menu works with (@code{facemenu-remove-face-props}). Delete @emph{all} text properties from the region (@code{facemenu-remove-all}). -@findex list-text-properties-at -@item List Properties +@findex describe-text-at +@item Describe Text List all the text properties of the character following point (@code{list-text-properties-at}). |