Mercurial > emacs
comparison src/buffer.c @ 24767:8f4601c1e4e5
(syms_of_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 24 May 1999 09:03:05 +0000 |
| parents | a9eb0deae6c0 |
| children | 0fc260dce9cd |
comparison
equal
deleted
inserted
replaced
| 24766:c15dcedcb81c | 24767:8f4601c1e4e5 |
|---|---|
| 4243 `(elisp)Text Representations'."); | 4243 `(elisp)Text Representations'."); |
| 4244 | 4244 |
| 4245 DEFVAR_PER_BUFFER ("buffer-file-coding-system", | 4245 DEFVAR_PER_BUFFER ("buffer-file-coding-system", |
| 4246 ¤t_buffer->buffer_file_coding_system, Qnil, | 4246 ¤t_buffer->buffer_file_coding_system, Qnil, |
| 4247 "Coding system to be used for encoding the buffer contents on saving.\n\ | 4247 "Coding system to be used for encoding the buffer contents on saving.\n\ |
| 4248 If it is nil, the buffer is saved without any code conversion unless\n\ | 4248 This variable applies to saving the buffer, and also to `write-region'\n\ |
| 4249 some coding system is specified in `file-coding-system-alist'\n\ | 4249 and other functions that use `write-region'.\n\ |
| 4250 It does not apply to sending output to subprocesses, however.\n\ | |
| 4251 \n\ | |
| 4252 If this is nil, the buffer is saved without any code conversion\n\ | |
| 4253 unless some coding system is specified in `file-coding-system-alist'\n\ | |
| 4250 for the buffer file.\n\ | 4254 for the buffer file.\n\ |
| 4255 \n\ | |
| 4256 The variable `coding-system-for-write', if non-nil, overrides this variable.\n\ | |
| 4251 \n\ | 4257 \n\ |
| 4252 This variable is never applied to a way of decoding\n\ | 4258 This variable is never applied to a way of decoding\n\ |
| 4253 a file while reading it."); | 4259 a file while reading it."); |
| 4254 | 4260 |
| 4255 DEFVAR_PER_BUFFER ("direction-reversed", ¤t_buffer->direction_reversed, | 4261 DEFVAR_PER_BUFFER ("direction-reversed", ¤t_buffer->direction_reversed, |
