Mercurial > emacs
diff src/coding.c @ 50896:0aba658cfdd2
(Vlast_coding_system_used): Doc fix.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Thu, 08 May 2003 17:49:05 +0000 |
| parents | 43076e9d9aaa |
| children | 269d016f45bd |
line wrap: on
line diff
--- 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,
