From: Luc Teirlinck Date: Wed, 23 Jun 2004 17:03:50 +0000 (+0000) Subject: (Ftext_char_description): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5662 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bda67d967f83bd4a5aa9dacf706e544f0c807bd0;p=emacs.git (Ftext_char_description): Doc fix. --- diff --git a/src/keymap.c b/src/keymap.c index cc2d21ba927..48108fbfa12 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -2282,7 +2282,11 @@ push_text_char_description (c, p) 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; {