Mercurial > hg > xemacs-beta
comparison src/file-coding.c @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | db326b8fe982 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
4741 Fprovide (intern ("unix-default-eol-detection")); | 4741 Fprovide (intern ("unix-default-eol-detection")); |
4742 #endif | 4742 #endif |
4743 | 4743 |
4744 DEFVAR_LISP ("keyboard-coding-system", &Vkeyboard_coding_system /* | 4744 DEFVAR_LISP ("keyboard-coding-system", &Vkeyboard_coding_system /* |
4745 Default coding system used for TTY and X11 keyboard input. | 4745 Default coding system used for TTY and X11 keyboard input. |
4746 Under X11, used only to interpet the character for a key event when that | 4746 Under X11, used only to interpret the character for a key event when that |
4747 event has a KeySym of NoSymbol but does have an associated string keysym, | 4747 event has a KeySym of NoSymbol but does have an associated string keysym, |
4748 something that's seen with input methods. | 4748 something that's seen with input methods. |
4749 | 4749 |
4750 If you need to set these things to different coding systems, call the | 4750 If you need to set these things to different coding systems, call the |
4751 function `set-console-tty-coding-system' for the TTY and use this variable | 4751 function `set-console-tty-coding-system' for the TTY and use this variable |