diff options
| author | Richard M. Stallman | 1994-12-25 22:19:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-25 22:19:45 +0000 |
| commit | 006d3d34586e063f202b69bbadd0aa96ddc36634 (patch) | |
| tree | 7c604032a32f6f4c6e089dfe58b3cbf9109e47d8 /src/buffer.c | |
| parent | 95ab9b4526a80e5d2f4f616002977a53deeec83c (diff) | |
| download | emacs-006d3d34586e063f202b69bbadd0aa96ddc36634.tar.gz emacs-006d3d34586e063f202b69bbadd0aa96ddc36634.zip | |
(syms_of_buffer): Doc fix for buffer-file-type.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 6591dac0dd7..34558e236f4 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2863,7 +2863,10 @@ and this buffer is not full-frame width."); | |||
| 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, |