1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(syms_of_buffer): Doc fix for buffer-file-type.

This commit is contained in:
Richard M. Stallman 1994-12-25 22:19:45 +00:00
parent 95ab9b4526
commit 006d3d3458

View 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,