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
a99dceba
Commit
a99dceba
authored
Nov 28, 2008
by
Glenn Morris
Browse files
(Format Conversion Round-Trip): Improve previous change.
parent
08d55d13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+4
-0
doc/lispref/files.texi
doc/lispref/files.texi
+3
-2
No files found.
doc/lispref/ChangeLog
View file @
a99dceba
2008
-
11
-
28
Glenn
Morris
<
rgm
@
gnu
.
org
>
*
files
.
texi
(
Format
Conversion
Round
-
Trip
):
Improve
previous
change
.
2008
-
11
-
26
Chong
Yidong
<
cyd
@
stupidchicken
.
com
>
*
modes
.
texi
(
Auto
Major
Mode
):
Fix
example
.
...
...
doc/lispref/files.texi
View file @
a99dceba
...
...
@@ -2985,8 +2985,9 @@ in the order of appearance in the list.
This command writes the current buffer contents into the file
@var{file} in format @var{format}, and makes that format the default
for future saves of the buffer. That is, it sets the buffer-local value
of @code{buffer-file-format} to @var{format}, and replaces any existing
elements (except any with a non-nil @var{preserve} flag; see above).
of @code{buffer-file-format} to @var{format}. It then appends any
elements of the previous value with a non-nil @var{preserve} flag (see
above), if they are not already present in the new value.
The argument @var{format} is a list of format names.
Except for the @var{format} argument, this command
is similar to @code{write-file}. In particular, @var{confirm} has the
...
...
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