Index: emacs/lispref/nonascii.texi
diff -c emacs/lispref/nonascii.texi:1.51 emacs/lispref/nonascii.texi:1.52
*** emacs/lispref/nonascii.texi:1.51    Wed Aug 10 14:29:00 2005
--- emacs/lispref/nonascii.texi Thu Sep  8 22:00:58 2005
***************
*** 717,724 ****
  you will want to find out afterwards which coding system was chosen.
  
  @defvar buffer-file-coding-system
! This variable records the coding system that was used for visiting 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
--- 717,724 ----
  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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to