1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

* doc/lispref/nonascii.texi (Default Coding Systems): Typo fix.

This commit is contained in:
Xue Fuqiao 2013-09-22 20:49:53 +08:00
parent 7186ba6045
commit 69b3debcd2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-09-22 Xue Fuqiao <xfq.free@gmail.com>
* nonascii.texi (Default Coding Systems): Typo fix.
2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
* nonascii.texi (Coding System Basics): Add information about carriage-return.

View File

@ -1572,7 +1572,7 @@ the alist; otherwise it returns @code{nil}.
If @var{operation} is @code{insert-file-contents}, the argument
corresponding to the target may be a cons cell of the form
@code{(@var{filename} . @var{buffer})}). In that case, @var{filename}
@code{(@var{filename} . @var{buffer})}. In that case, @var{filename}
is a file name to look up in @code{file-coding-system-alist}, and
@var{buffer} is a buffer that contains the file's contents (not yet
decoded). If @code{file-coding-system-alist} specifies a function to