diff options
| author | Glenn Morris | 2012-09-28 09:02:31 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-09-28 09:02:31 -0700 |
| commit | e61d39cddfd015032a6419ce75c36ecdf1e9fe9f (patch) | |
| tree | f1f941a206a079e9a7b2813dc2f7479c2ba05495 /doc | |
| parent | 3df749b0f8a97c8b8f18a34bce494fd9d4fe987f (diff) | |
| parent | 147c0425024ce9c1dbb7301300867d8563a6730a (diff) | |
| download | emacs-e61d39cddfd015032a6419ce75c36ecdf1e9fe9f.tar.gz emacs-e61d39cddfd015032a6419ce75c36ecdf1e9fe9f.zip | |
Merge from emacs-24; up to 2012-05-07T21:26:08Z!rgm@gnu.org
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 |