aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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 82fb5eb4975..76f06edaacb 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12012-09-28 Leo Liu <sdl.web@gmail.com>
2
3 * files.texi (Files): Fix typo.
4
12012-09-23 Chong Yidong <cyd@gnu.org> 52012-09-23 Chong Yidong <cyd@gnu.org>
2 6
3 * buffers.texi (Read Only Buffers): Document read-only-mode. 7 * buffers.texi (Read Only Buffers): Document read-only-mode.
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 56971bf0ff0..9424a661236 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -29,7 +29,7 @@ arguments, except where noted. @xref{Magic File Names}, for details.
29 When file I/O functions signal Lisp errors, they usually use the 29 When file I/O functions signal Lisp errors, they usually use the
30condition @code{file-error} (@pxref{Handling Errors}). The error 30condition @code{file-error} (@pxref{Handling Errors}). The error
31message is in most cases obtained from the operating system, according 31message is in most cases obtained from the operating system, according
32to locale @code{system-message-locale}, and decoded using coding system 32to locale @code{system-messages-locale}, and decoded using coding system
33@code{locale-coding-system} (@pxref{Locales}). 33@code{locale-coding-system} (@pxref{Locales}).
34 34
35@menu 35@menu