aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/errors.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/errors.texi')
-rw-r--r--doc/lispref/errors.texi11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi
index cd8694be8a3..ff9b3e57125 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}.
129This is a subcategory of @code{file-error}. It happens, when a file 129This is a subcategory of @code{file-error}. It happens, when a file
130could not be watched for changes. @xref{File Notifications}. 130could not be watched for changes. @xref{File Notifications}.
131 131
132@item remote-file-error
133This is a subcategory of @code{file-error}, which results from
134problems in accessing a remote file. @xref{Remote Files,,, emacs, The
135GNU Emacs Manual}. Often, this error appears when timers, process
136filters, process sentinels or special events in general try to access
137a remote file, and collide with another remote file operation. In
138general it is a good idea to write a bug report. @xref{Reporting
139Bugs,,, 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
134This is a subcategory of @code{file-error}, which results from 143This is a subcategory of @code{remote-file-error}, which results from
135problems in accessing a remote file using ftp. @xref{Remote Files,,, 144problems in accessing a remote file using ftp. @xref{Remote Files,,,
136emacs, The GNU Emacs Manual}. 145emacs, The GNU Emacs Manual}.
137 146