diff options
| author | Yuuki Harano | 2020-12-21 01:53:07 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2020-12-21 01:53:07 +0900 |
| commit | 565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42 (patch) | |
| tree | 5a25406b9f4ff091cb6856e857d2857bb3e631e4 /doc/lispref/errors.texi | |
| parent | a44cd7c88121bb0e04bdf13d73e15f085cf3b085 (diff) | |
| parent | 87b82a1969edf80d3bd4781454ec9fc968773a6d (diff) | |
| download | emacs-565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42.tar.gz emacs-565d8f57d349c19d9bbb5d5d5fdacf3c70b85d42.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index cd8694be8a3..a386a41bd3d 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -129,9 +129,18 @@ This is a subcategory of @code{file-error}. @xref{Modification Time}. | |||
| 129 | This is a subcategory of @code{file-error}. It happens, when a file | 129 | This is a subcategory of @code{file-error}. It happens, when a file |
| 130 | could not be watched for changes. @xref{File Notifications}. | 130 | could not be watched for changes. @xref{File Notifications}. |
| 131 | 131 | ||
| 132 | @item remote-file-error | ||
| 133 | This is a subcategory of @code{file-error}, which results from | ||
| 134 | problems in accessing a remote file. @xref{Remote Files,,, emacs, The | ||
| 135 | GNU Emacs Manual}. Often, this error appears when timers, process | ||
| 136 | filters, process sentinels or special events in general try to access | ||
| 137 | a remote file, and collide with another remote file operation. In | ||
| 138 | general it is a good idea to write a bug report. | ||
| 139 | @xref{Bugs,,, emacs, The GNU Emacs Manual}. | ||
| 140 | |||
| 132 | @c net/ange-ftp.el | 141 | @c net/ange-ftp.el |
| 133 | @item ftp-error | 142 | @item ftp-error |
| 134 | This is a subcategory of @code{file-error}, which results from | 143 | This is a subcategory of @code{remote-file-error}, which results from |
| 135 | problems in accessing a remote file using ftp. @xref{Remote Files,,, | 144 | problems in accessing a remote file using ftp. @xref{Remote Files,,, |
| 136 | emacs, The GNU Emacs Manual}. | 145 | emacs, The GNU Emacs Manual}. |
| 137 | 146 | ||