# HG changeset patch # User Dave Love # Date 1052416145 0 # Node ID 0aba658cfdd2c827ba7220616bd9a73faff3f0fb # Parent 8b4ee8a18c212294954329746dc72c51bedf048e (Vlast_coding_system_used): Doc fix. diff -r 8b4ee8a18c21 -r 0aba658cfdd2 src/coding.c --- a/src/coding.c Thu May 08 17:45:08 2003 +0000 +++ b/src/coding.c Thu May 08 17:49:05 2003 +0000 @@ -6509,7 +6509,7 @@ prev = tail; else { - /* Exclued this coding system from SAFE_CODINGS. */ + /* Exclude this coding system from SAFE_CODINGS. */ if (EQ (tail, safe_codings)) safe_codings = XCDR (safe_codings); else @@ -7553,7 +7553,9 @@ Vcoding_system_for_write = Qnil; DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used, - doc: /* Coding system used in the latest file or process I/O. */); + doc: /* Coding system used in the latest file or process I/O. +Also set by `encode-coding-region', `decode-coding-region', +`encode-coding-string' and `decode-coding-string'. */); Vlast_coding_system_used = Qnil; DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion,