Mercurial > emacs
changeset 45777:306c8d22d149
(describe-char-after): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 Jun 2002 12:22:09 +0000 |
parents | c8abe21939f2 |
children | ac90e48311aa |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-diag.el Wed Jun 12 12:20:51 2002 +0000 +++ b/lisp/international/mule-diag.el Wed Jun 12 12:22:09 2002 +0000 @@ -539,7 +539,8 @@ POS defaults to point. The information includes character code, charset and code points in it, syntax, category, how the character is encoded in a file, -which font is being used for displaying the character." +which font is being used for displaying the character, +and text properties." (interactive) (or pos (setq pos (point))) @@ -663,7 +664,6 @@ (insert "\nText properties\n") (require 'descr-text) (describe-text-properties props)))))) - ;;; CODING-SYSTEM