changeset 2886:ad36d1481295

Doc fix.
author Jim Blandy <jimb@redhat.com>
date Wed, 19 May 1993 04:27:16 +0000
parents cb1709f302e9
children 0554478bfa71
files src/keymap.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Wed May 19 03:51:26 1993 +0000
+++ b/src/keymap.c	Wed May 19 04:27:16 1993 +0000
@@ -75,9 +75,9 @@
 
 Lisp_Object Qkeymapp, Qkeymap, Qnon_ascii;
 
-/* A char over 0200 in a key sequence
-   is equivalent to prefixing with this character.  */
-
+/* A char with the CHAR_META bit set in a vector or the 0200 bit set
+   in a string key sequence is equivalent to prefixing with this
+   character.  */
 extern Lisp_Object meta_prefix_char;
 
 void describe_map_tree ();