diff options
| author | Richard M. Stallman | 2001-11-14 00:04:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-14 00:04:57 +0000 |
| commit | 75205970130b2737f72b75c5022ae511fbbde035 (patch) | |
| tree | df77bb7415be4a7a0928360acc6875818be05e1a /src/coding.c | |
| parent | 85565e9ebf0d8b7aa8e8475693886c6e3dcfa3a3 (diff) | |
| download | emacs-75205970130b2737f72b75c5022ae511fbbde035.tar.gz emacs-75205970130b2737f72b75c5022ae511fbbde035.zip | |
(syms_of_coding): Doc fix.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index b6b908ba185..2301470cb81 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7265,8 +7265,8 @@ 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. */ |