]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/files.texi
Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.org
[gnu-emacs] / doc / lispref / files.texi
index 56971bf0ff0c8be265c583fae5163ff57c7654cd..9424a6612363e2f86db719a792ad7904598a29e4 100644 (file)
@@ -29,7 +29,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