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:
parent
95ab9b4526
commit
006d3d3458
1 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue