diff options
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."); #ifdef DOS_NT DEFVAR_PER_BUFFER ("buffer-file-type", ¤t_buffer->buffer_file_type, Qnil, - "*If visited file is text, nil; otherwise, t."); + "Non-nil if the visited file is a binary file.\n\ +This variable is meaningful on MS-DOG and Windows NT.\n\ +On those systems, it is automatically local in every buffer.\n\ +On other systems, this variable is normally always nil.") #endif DEFVAR_PER_BUFFER ("default-directory", ¤t_buffer->directory, |