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
e2e3f1d7
Commit
e2e3f1d7
authored
Dec 14, 2007
by
Martin Rudalics
Browse files
(Encoding and I/O): Reword to avoid saying
"visit the current buffer".
parent
27a4f445
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+3
-0
doc/lispref/nonascii.texi
doc/lispref/nonascii.texi
+9
-9
No files found.
doc/lispref/ChangeLog
View file @
e2e3f1d7
2007
-
12
-
14
Martin
Rudalics
<
rudalics
@
gmx
.
at
>
*
nonascii
.
texi
(
Encoding
and
I
/
O
):
Reword
to
avoid
saying
"visit the current buffer"
.
*
os
.
texi
(
System
Interface
):
Fix
typo
.
2007
-
12
-
04
Richard
Stallman
<
rms
@
gnu
.
org
>
...
...
doc/lispref/nonascii.texi
View file @
e2e3f1d7
...
...
@@ -727,15 +727,15 @@ operation finishes the job of choosing a coding system. Very often
you will want to find out afterwards which coding system was chosen.
@defvar buffer-file-coding-system
This buffer-local variable records the coding system
that was used to visit
the current buffer. It is used for saving the buffer, and for writing part
of
the
buffer with @code{write-region}. If the text to be written
cannot be safely encoded using the coding system specified by this
variable, these operations select an alternative encoding by calling
the function @code{select-safe-c
oding
-s
ystem
} (@pxref{User-Chosen
Coding Systems}). If selecting a different encoding requires to ask
the user to specify a coding system, @code{buffer-file-coding-system}
is updated to the newly selected coding
system.
This buffer-local variable records the coding system
used for saving the
buffer and for writing part of the buffer with @code{write-region}. If
the
text to be written cannot be safely encoded using the coding system
specified by this variable, these operations select an alternative
encoding by calling the function @code{select-safe-coding-system}
(@pxref{User-Chosen C
oding
S
ystem
s}). If selecting a different encoding
requires to ask the user to specify a coding system,
@code{buffer-file-coding-system} is updated to the newly selected coding
system.
@code{buffer-file-coding-system} does @emph{not} affect sending text
to a subprocess.
...
...
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