diff options
| author | Leo Liu | 2012-09-25 22:40:20 +0800 |
|---|---|---|
| committer | Leo Liu | 2012-09-25 22:40:20 +0800 |
| commit | 03922966f3556f32db4786e1d7fdc3de1ef4d739 (patch) | |
| tree | f45ae7c31f30a58df92bf87223decc49f42d20c1 | |
| parent | d393cefbbf8f60bf62b94fa775daa8b69e108f49 (diff) | |
| download | emacs-03922966f3556f32db4786e1d7fdc3de1ef4d739.tar.gz emacs-03922966f3556f32db4786e1d7fdc3de1ef4d739.zip | |
Fix typo in files.texi
| -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 e9764332bdb..3423432db54 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-09-25 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * files.texi (Files): Fix typo. | ||
| 4 | |||
| 1 | 2012-09-12 Glenn Morris <rgm@gnu.org> | 5 | 2012-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 |
| 32 | condition @code{file-error} (@pxref{Handling Errors}). The error | 32 | condition @code{file-error} (@pxref{Handling Errors}). The error |
| 33 | message is in most cases obtained from the operating system, according | 33 | message is in most cases obtained from the operating system, according |
| 34 | to locale @code{system-message-locale}, and decoded using coding system | 34 | to 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 |