diff options
| author | Richard M. Stallman | 1999-09-17 06:59:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-09-17 06:59:04 +0000 |
| commit | 8241495da57ca0efed1b2e86ff693b5614e0aebd (patch) | |
| tree | ee1fca7ca3eafe24dbbf651622196bc849203e69 /lispref/errors.texi | |
| parent | 106217c6600b3049f1c62afaf198b9382206acba (diff) | |
| download | emacs-8241495da57ca0efed1b2e86ff693b5614e0aebd.tar.gz emacs-8241495da57ca0efed1b2e86ff693b5614e0aebd.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/errors.texi')
| -rw-r--r-- | lispref/errors.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/errors.texi b/lispref/errors.texi index 700884ebd67..e58e99d537f 100644 --- a/lispref/errors.texi +++ b/lispref/errors.texi | |||
| @@ -64,12 +64,12 @@ See @code{/} and @code{%} in @ref{Numbers}. | |||
| 64 | 64 | ||
| 65 | @item end-of-file | 65 | @item end-of-file |
| 66 | @code{"End of file during parsing"}@* | 66 | @code{"End of file during parsing"}@* |
| 67 | Note that this is not a @code{file-error} | 67 | Note that this is not a subcategory of @code{file-error}, |
| 68 | because it pertains to the Lisp reader, not to file I/O. | 68 | because it pertains to the Lisp reader, not to file I/O. |
| 69 | @xref{Input Functions}. | 69 | @xref{Input Functions}. |
| 70 | 70 | ||
| 71 | @item file-already-exists | 71 | @item file-already-exists |
| 72 | This is a @code{file-error}.@* | 72 | This is a subcategory of @code{file-error}.@* |
| 73 | @xref{Writing to Files}. | 73 | @xref{Writing to Files}. |
| 74 | 74 | ||
| 75 | @item file-date-error | 75 | @item file-date-error |
| @@ -84,11 +84,11 @@ condition @code{file-error} is present.@* | |||
| 84 | @xref{Files}. | 84 | @xref{Files}. |
| 85 | 85 | ||
| 86 | @item file-locked | 86 | @item file-locked |
| 87 | This is a @code{file-error}.@* | 87 | This is a subcategory of @code{file-error}.@* |
| 88 | @xref{File Locks}. | 88 | @xref{File Locks}. |
| 89 | 89 | ||
| 90 | @item file-supersession | 90 | @item file-supersession |
| 91 | This is a @code{file-error}.@* | 91 | This is a subcategory of @code{file-error}.@* |
| 92 | @xref{Modification Time}. | 92 | @xref{Modification Time}. |
| 93 | 93 | ||
| 94 | @item invalid-function | 94 | @item invalid-function |