comparison src/coding.c @ 22529:d9eac134a41b

Doc fixes.
author Karl Heuer <kwzh@gnu.org>
date Sat, 20 Jun 1998 22:06:30 +0000
parents 627b13315f04
children c493ce6a31e4
comparison
equal deleted inserted replaced
22528:917ec8bf0d89 22529:d9eac134a41b
313 Lisp_Object Vcoding_system_for_write; 313 Lisp_Object Vcoding_system_for_write;
314 /* Coding-system actually used in the latest I/O. */ 314 /* Coding-system actually used in the latest I/O. */
315 Lisp_Object Vlast_coding_system_used; 315 Lisp_Object Vlast_coding_system_used;
316 316
317 /* A vector of length 256 which contains information about special 317 /* A vector of length 256 which contains information about special
318 Latin codes (espepcially for dealing with Microsoft code). */ 318 Latin codes (especially for dealing with Microsoft codes). */
319 Lisp_Object Vlatin_extra_code_table; 319 Lisp_Object Vlatin_extra_code_table;
320 320
321 /* Flag to inhibit code conversion of end-of-line format. */ 321 /* Flag to inhibit code conversion of end-of-line format. */
322 int inhibit_eol_conversion; 322 int inhibit_eol_conversion;
323 323