Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
006d3d34
Commit
006d3d34
authored
Dec 25, 1994
by
Richard M. Stallman
Browse files
(syms_of_buffer): Doc fix for buffer-file-type.
parent
95ab9b45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/buffer.c
src/buffer.c
+4
-1
No files found.
src/buffer.c
View file @
006d3d34
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment