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

Diff of /emacs/src/keyboard.c

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

revision 1.676 by monnier, Wed May 15 22:34:57 2002 UTC revision 1.677 by lektu, Thu May 16 11:53:41 2002 UTC
# Line 9599  DEFUN ("recent-keys", Frecent_keys, Srec Line 9599  DEFUN ("recent-keys", Frecent_keys, Srec
9599  DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0,  DEFUN ("this-command-keys", Fthis_command_keys, Sthis_command_keys, 0, 0, 0,
9600         doc: /* Return the key sequence that invoked this command.         doc: /* Return the key sequence that invoked this command.
9601  However, if the command has called `read-key-sequence', it returns  However, if the command has called `read-key-sequence', it returns
9602  the the last key sequence that has been read.  the last key sequence that has been read.
9603  The value is a string or a vector.  */)  The value is a string or a vector.  */)
9604       ()       ()
9605  {  {
# Line 9610  The value is a string or a vector.  */) Line 9610  The value is a string or a vector.  */)
9610  DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, Sthis_command_keys_vector, 0, 0, 0,  DEFUN ("this-command-keys-vector", Fthis_command_keys_vector, Sthis_command_keys_vector, 0, 0, 0,
9611         doc: /* Return the key sequence that invoked this command, as a vector.         doc: /* Return the key sequence that invoked this command, as a vector.
9612  However, if the command has called `read-key-sequence', it returns  However, if the command has called `read-key-sequence', it returns
9613  the the last key sequence that has been read.  */)  the last key sequence that has been read.  */)
9614       ()       ()
9615  {  {
9616    return Fvector (this_command_key_count,    return Fvector (this_command_key_count,

Legend:
Removed from v.1.676  
changed lines
  Added in v.1.677

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