changeset 56217:dd79816933ec

(Ftext_char_description): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 23 Jun 2004 17:03:50 +0000
parents efd6af30bde2
children f4479239ecbe
files src/keymap.c
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Wed Jun 23 17:00:06 2004 +0000
+++ b/src/keymap.c	Wed Jun 23 17:03:50 2004 +0000
@@ -2282,7 +2282,11 @@
 
 DEFUN ("text-char-description", Ftext_char_description, Stext_char_description, 1, 1, 0,
        doc: /* Return a pretty description of file-character CHARACTER.
-Control characters turn into "^char", etc.  */)
+Control characters turn into "^char", etc.  This differs from
+`single-key-description' which turns them into "C-char".
+Also, this function recognizes the 2**7 bit as the Meta character,
+whereas `single-key-description' uses the 2**27 bit for Meta.
+See Info node `(elisp)Describing Characters' for examples.  */)
      (character)
      Lisp_Object character;
 {