From: Leo Liu Date: Tue, 25 Sep 2012 14:40:20 +0000 (+0800) Subject: Fix typo in files.texi X-Git-Tag: emacs-24.2.90~244^2~44^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03922966f3556f32db4786e1d7fdc3de1ef4d739;p=emacs.git Fix typo in files.texi --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e9764332bdb..3423432db54 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2012-09-25 Leo Liu + + * files.texi (Files): Fix typo. + 2012-09-12 Glenn Morris * debugging.texi (Using Debugger): Fix typo. diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index dd355061c14..96708d984e0 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -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