]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Doc fix for buffer-file-type.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 1994 22:19:45 +0000 (22:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Dec 1994 22:19:45 +0000 (22:19 +0000)
src/buffer.c

index 6591dac0dd762f77a5820cfad052e8b069348089..34558e236f43cf2facd01287375309e12db10ede 100644 (file)
@@ -2863,7 +2863,10 @@ and this buffer is not full-frame width.");
 #ifdef DOS_NT
   DEFVAR_PER_BUFFER ("buffer-file-type", &current_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", &current_buffer->directory,