/[emacs]/emacs/src/keymap.c
ViewVC logotype

Diff of /emacs/src/keymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.282.4.8 by miles, Mon Jun 28 07:29:21 2004 UTC revision 1.282.4.9 by miles, Tue Jun 29 16:46:03 2004 UTC
# Line 2273  push_text_char_description (c, p) Line 2273  push_text_char_description (c, p)
2273    
2274  DEFUN ("text-char-description", Ftext_char_description, Stext_char_description, 1, 1, 0,  DEFUN ("text-char-description", Ftext_char_description, Stext_char_description, 1, 1, 0,
2275         doc: /* Return a pretty description of file-character CHARACTER.         doc: /* Return a pretty description of file-character CHARACTER.
2276  Control characters turn into "^char", etc.  */)  Control characters turn into "^char", etc.  This differs from
2277    `single-key-description' which turns them into "C-char".
2278    Also, this function recognizes the 2**7 bit as the Meta character,
2279    whereas `single-key-description' uses the 2**27 bit for Meta.
2280    See Info node `(elisp)Describing Characters' for examples.  */)
2281       (character)       (character)
2282       Lisp_Object character;       Lisp_Object character;
2283  {  {

Legend:
Removed from v.1.282.4.8  
changed lines
  Added in v.1.282.4.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26