Fix typo in files.texi

This commit is contained in:
Leo Liu 2012-09-25 22:40:20 +08:00
parent d393cefbbf
commit 03922966f3
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-09-25 Leo Liu <sdl.web@gmail.com>
* files.texi (Files): Fix typo.
2012-09-12 Glenn Morris <rgm@gnu.org>
* debugging.texi (Using Debugger): Fix typo.

View file

@ -31,7 +31,7 @@ arguments, except where noted. @xref{Magic File Names}, for details.
When file I/O functions signal Lisp errors, they usually use the
condition @code{file-error} (@pxref{Handling Errors}). The error
message is in most cases obtained from the operating system, according
to locale @code{system-message-locale}, and decoded using coding system
to locale @code{system-messages-locale}, and decoded using coding system
@code{locale-coding-system} (@pxref{Locales}).
@menu