Mercurial > emacs
comparison src/buffer.c @ 10253:4aa245b5eb83
(syms_of_buffer): Doc fix for buffer-file-type.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 25 Dec 1994 22:19:45 +0000 |
| parents | 43e95429ffa0 |
| children | b5260fe3dfdd |
comparison
equal
deleted
inserted
replaced
| 10252:85ae09b49021 | 10253:4aa245b5eb83 |
|---|---|
| 2861 and this buffer is not full-frame width."); | 2861 and this buffer is not full-frame width."); |
| 2862 | 2862 |
| 2863 #ifdef DOS_NT | 2863 #ifdef DOS_NT |
| 2864 DEFVAR_PER_BUFFER ("buffer-file-type", ¤t_buffer->buffer_file_type, | 2864 DEFVAR_PER_BUFFER ("buffer-file-type", ¤t_buffer->buffer_file_type, |
| 2865 Qnil, | 2865 Qnil, |
| 2866 "*If visited file is text, nil; otherwise, t."); | 2866 "Non-nil if the visited file is a binary file.\n\ |
| 2867 This variable is meaningful on MS-DOG and Windows NT.\n\ | |
| 2868 On those systems, it is automatically local in every buffer.\n\ | |
| 2869 On other systems, this variable is normally always nil.") | |
| 2867 #endif | 2870 #endif |
| 2868 | 2871 |
| 2869 DEFVAR_PER_BUFFER ("default-directory", ¤t_buffer->directory, | 2872 DEFVAR_PER_BUFFER ("default-directory", ¤t_buffer->directory, |
| 2870 make_number (Lisp_String), | 2873 make_number (Lisp_String), |
| 2871 "Name of default directory of current buffer. Should end with slash.\n\ | 2874 "Name of default directory of current buffer. Should end with slash.\n\ |
