Mercurial > hg > xemacs-beta
comparison man/xemacs/custom.texi @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 131b0175ea99 |
children | a2f645c6b9f8 |
comparison
equal
deleted
inserted
replaced
107:523141596bda | 108:360340f9fd5f |
---|---|
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 |