Mercurial > emacs
changeset 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 | 85ae09b49021 |
children | 1ac3c8fea14a |
files | src/buffer.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,