emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keymap.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c [emacs-unicode-2]
Date: Tue, 29 Jun 2004 13:08:08 -0400

Index: emacs/src/keymap.c
diff -c emacs/src/keymap.c:1.282.4.8 emacs/src/keymap.c:1.282.4.9
*** emacs/src/keymap.c:1.282.4.8        Mon Jun 28 07:29:21 2004
--- emacs/src/keymap.c  Tue Jun 29 16:46:03 2004
***************
*** 2273,2279 ****
  
  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.  */)
       (character)
       Lisp_Object character;
  {
--- 2273,2283 ----
  
  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.  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;
  {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]