aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu2012-09-25 22:40:20 +0800
committerLeo Liu2012-09-25 22:40:20 +0800
commit03922966f3556f32db4786e1d7fdc3de1ef4d739 (patch)
treef45ae7c31f30a58df92bf87223decc49f42d20c1
parentd393cefbbf8f60bf62b94fa775daa8b69e108f49 (diff)
downloademacs-03922966f3556f32db4786e1d7fdc3de1ef4d739.tar.gz
emacs-03922966f3556f32db4786e1d7fdc3de1ef4d739.zip
Fix typo in files.texi
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/files.texi2
2 files changed, 5 insertions, 1 deletions
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 @@
12012-09-25 Leo Liu <sdl.web@gmail.com>
2
3 * files.texi (Files): Fix typo.
4
12012-09-12 Glenn Morris <rgm@gnu.org> 52012-09-12 Glenn Morris <rgm@gnu.org>
2 6
3 * debugging.texi (Using Debugger): Fix typo. 7 * 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.
31 When file I/O functions signal Lisp errors, they usually use the 31 When file I/O functions signal Lisp errors, they usually use the
32condition @code{file-error} (@pxref{Handling Errors}). The error 32condition @code{file-error} (@pxref{Handling Errors}). The error
33message is in most cases obtained from the operating system, according 33message is in most cases obtained from the operating system, according
34to locale @code{system-message-locale}, and decoded using coding system 34to locale @code{system-messages-locale}, and decoded using coding system
35@code{locale-coding-system} (@pxref{Locales}). 35@code{locale-coding-system} (@pxref{Locales}).
36 36
37@menu 37@menu