# HG changeset patch # User Richard M. Stallman # Date 788393985 0 # Node ID 4aa245b5eb83d666ce8aef2569a13836567ee086 # Parent 85ae09b490210f039fa3f04d3a3c1fa7d1f2ef6e (syms_of_buffer): Doc fix for buffer-file-type. diff -r 85ae09b49021 -r 4aa245b5eb83 src/buffer.c --- a/src/buffer.c Sun Dec 25 22:09:46 1994 +0000 +++ b/src/buffer.c Sun Dec 25 22:19:45 1994 +0000 @@ -2863,7 +2863,10 @@ #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,