diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 2 |
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 @@ | |||
| 1 | 2012-09-28 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * files.texi (Files): Fix typo. | ||
| 4 | |||
| 1 | 2012-09-23 Chong Yidong <cyd@gnu.org> | 5 | 2012-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 |
| 30 | condition @code{file-error} (@pxref{Handling Errors}). The error | 30 | condition @code{file-error} (@pxref{Handling Errors}). The error |
| 31 | message is in most cases obtained from the operating system, according | 31 | message is in most cases obtained from the operating system, according |
| 32 | to locale @code{system-message-locale}, and decoded using coding system | 32 | to 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 |