emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/lispref/nonascii.texi,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/nonascii.texi,v
Date: Fri, 14 Dec 2007 07:38:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       07/12/14 07:38:22

Index: nonascii.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/nonascii.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- nonascii.texi       6 Sep 2007 04:27:41 -0000       1.2
+++ nonascii.texi       14 Dec 2007 07:38:22 -0000      1.3
@@ -727,15 +727,15 @@
 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-coding-system} (@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 Coding Systems}).  If selecting a different encoding
+requires to ask the user to specify a coding system,
address@hidden is updated to the newly selected coding
+system.
 
 @code{buffer-file-coding-system} does @emph{not} affect sending text
 to a subprocess.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]