Mercurial > emacs
comparison src/coding.c @ 41026:6f20449b7e12
(syms_of_coding): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 14 Nov 2001 00:04:57 +0000 |
| parents | fd83ec62a495 |
| children | 7ccd94cedad7 |
comparison
equal
deleted
inserted
replaced
| 41025:4feeae90afa4 | 41026:6f20449b7e12 |
|---|---|
| 7263 | 7263 |
| 7264 See also the function `find-operation-coding-system'. */); | 7264 See also the function `find-operation-coding-system'. */); |
| 7265 Vnetwork_coding_system_alist = Qnil; | 7265 Vnetwork_coding_system_alist = Qnil; |
| 7266 | 7266 |
| 7267 DEFVAR_LISP ("locale-coding-system", &Vlocale_coding_system, | 7267 DEFVAR_LISP ("locale-coding-system", &Vlocale_coding_system, |
| 7268 doc: /* Coding system to use with system messages. Also used for decoding | 7268 doc: /* Coding system to use with system messages. |
| 7269 keyboard input on X Window system. */); | 7269 Also used for decoding keyboard input on X Window system. */); |
| 7270 Vlocale_coding_system = Qnil; | 7270 Vlocale_coding_system = Qnil; |
| 7271 | 7271 |
| 7272 /* The eol mnemonics are reset in startup.el system-dependently. */ | 7272 /* The eol mnemonics are reset in startup.el system-dependently. */ |
| 7273 DEFVAR_LISP ("eol-mnemonic-unix", &eol_mnemonic_unix, | 7273 DEFVAR_LISP ("eol-mnemonic-unix", &eol_mnemonic_unix, |
| 7274 doc: /* *String displayed in mode line for UNIX-like (LF) end-of-line format. */); | 7274 doc: /* *String displayed in mode line for UNIX-like (LF) end-of-line format. */); |
