comparison src/keymap.c @ 2652:90485f37bfc3

* keymap.c (Fdefine_prefix_command): Doc fix.
author Jim Blandy <jimb@redhat.com>
date Tue, 04 May 1993 02:33:19 +0000
parents b6c62e4abf59
children b8911c8b9700
comparison
equal deleted inserted replaced
2651:d3f05a05fe2a 2652:90485f37bfc3
911 Flocal_set_key (keys, Qnil); 911 Flocal_set_key (keys, Qnil);
912 return Qnil; 912 return Qnil;
913 } 913 }
914 914
915 DEFUN ("define-prefix-command", Fdefine_prefix_command, Sdefine_prefix_command, 1, 2, 0, 915 DEFUN ("define-prefix-command", Fdefine_prefix_command, Sdefine_prefix_command, 1, 2, 0,
916 "Define COMMAND as a prefix command.\n\ 916 "Define COMMAND as a prefix command. COMMAND should be a symbol.\n\
917 A new sparse keymap is stored as COMMAND's function definition and its value.\n\ 917 A new sparse keymap is stored as COMMAND's function definition and its value.\n\
918 If a second optional argument MAPVAR is given, the map is stored as\n\ 918 If a second optional argument MAPVAR is given, the map is stored as\n\
919 its value instead of as COMMAND's value; but COMMAND is still defined\n\ 919 its value instead of as COMMAND's value; but COMMAND is still defined\n\
920 as a function.") 920 as a function.")
921 (name, mapvar) 921 (name, mapvar)