comparison src/buffer.c @ 43630:a4789f07d85d

(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Mar 2002 11:54:50 +0000
parents 7c5115d286df
children 223f1f5d160d
comparison
equal deleted inserted replaced
43629:e21744d59056 43630:a4789f07d85d
5277 5277
5278 If this is nil, the buffer is saved without any code conversion 5278 If this is nil, the buffer is saved without any code conversion
5279 unless some coding system is specified in `file-coding-system-alist' 5279 unless some coding system is specified in `file-coding-system-alist'
5280 for the buffer file. 5280 for the buffer file.
5281 5281
5282 If the text to be saved cannot be encoded as specified by this variable,
5283 an alternative encoding is selected by `select-safe-coding-system', which see.
5284
5282 The variable `coding-system-for-write', if non-nil, overrides this variable. 5285 The variable `coding-system-for-write', if non-nil, overrides this variable.
5283 5286
5284 This variable is never applied to a way of decoding a file while reading it. */); 5287 This variable is never applied to a way of decoding a file while reading it. */);
5285 5288
5286 DEFVAR_PER_BUFFER ("direction-reversed", &current_buffer->direction_reversed, 5289 DEFVAR_PER_BUFFER ("direction-reversed", &current_buffer->direction_reversed,