comparison man/xemacs/custom.texi @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents ec9a17fef872
children 360340f9fd5f
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
886 886
887 @node Key Bindings Using Strings 887 @node Key Bindings Using Strings
888 @subsubsection Using Strings for Changing Key Bindings 888 @subsubsection Using Strings for Changing Key Bindings
889 889
890 For backward compatibility, you can still use strings to represent 890 For backward compatibility, you can still use strings to represent
891 key sequences. Thus you can use commands like the following: 891 key sequences. Thus you can use comands like the following:
892 892
893 @example 893 @example
894 ;;; Bind @code{end-of-line} to @kbd{C-f} 894 ;;; Bind @code{end-of-line} to @kbd{C-f}
895 (global-set-key "\C-f" 'end-of-line) 895 (global-set-key "\C-f" 'end-of-line)
896 @end example 896 @end example