]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in files.texi
authorLeo Liu <sdl.web@gmail.com>
Tue, 25 Sep 2012 14:40:20 +0000 (22:40 +0800)
committerLeo Liu <sdl.web@gmail.com>
Tue, 25 Sep 2012 14:40:20 +0000 (22:40 +0800)
doc/lispref/ChangeLog
doc/lispref/files.texi

index e9764332bdb85db026cbf6a0183e7e3e2c04eddb..3423432db544bbcbb944d34e16c94f70bc27cf47 100644 (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.
index dd355061c148506c3b639d712550b9674bc9bd34..96708d984e06ee52ae54aecfdc3e767cbe4d784b 100644 (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