comparison man/lispref/help.texi @ 52:461c7ba8286a r19-16-pre1

Import from CVS: tag r19-16-pre1
author cvs
date Mon, 13 Aug 2007 08:57:19 +0200
parents 376386a54a3c
children 05472e90ae02
comparison
equal deleted inserted replaced
51:69ce12f60f55 52:461c7ba8286a
418 @group 418 @group
419 (key-description "\C-x \M-y \n \t \r \f123") 419 (key-description "\C-x \M-y \n \t \r \f123")
420 @result{} "C-x SPC M-y SPC LFD SPC TAB SPC RET SPC C-l 1 2 3" 420 @result{} "C-x SPC M-y SPC LFD SPC TAB SPC RET SPC C-l 1 2 3"
421 @end group 421 @end group
422 @group 422 @group
423 (single-key-description 'kp_next) 423 (single-key-description 'kp-next)
424 @result{} "kp_next" 424 @result{} "kp-next"
425 @end group 425 @end group
426 @group 426 @group
427 (single-key-description '(shift button1)) 427 (single-key-description '(shift button1))
428 @result{} "Sh-button1" 428 @result{} "Sh-button1"
429 @end group 429 @end group