Mercurial > hg > xemacs-beta
comparison lisp/coding.el @ 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 | f00192e1cd49 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
246 ;;; Make certain variables equivalent to coding-system aliases: | 246 ;;; Make certain variables equivalent to coding-system aliases: |
247 (macrolet | 247 (macrolet |
248 ((force-coding-system-equivalency (&rest details-list) | 248 ((force-coding-system-equivalency (&rest details-list) |
249 "Certain coding-system aliases should correspond to certain variables. | 249 "Certain coding-system aliases should correspond to certain variables. |
250 | 250 |
251 This macro implements that correspondence. This gives us compatiblity with | 251 This macro implements that correspondence. This gives us compatibility with |
252 other Mule implementations (which don't use the coding system aliases), and | 252 other Mule implementations (which don't use the coding system aliases), and |
253 a certain amount of freedom of implementation for XEmacs; using a variable's | 253 a certain amount of freedom of implementation for XEmacs; using a variable's |
254 value in C for every file operation or write to a terminal in C is probably | 254 value in C for every file operation or write to a terminal in C is probably |
255 an improvement on the hash-table lookup(s) necessary for a coding system | 255 an improvement on the hash-table lookup(s) necessary for a coding system |
256 alias, though we haven't profiled this yet to see if it makes a difference." | 256 alias, though we haven't profiled this yet to see if it makes a difference." |