comparison man/xemacs/custom.texi @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents ac2d302a0011
children 131b0175ea99
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
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 comands like the following: 891 key sequences. Thus you can use commands 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