diff options
| author | Michael Albinus | 2013-07-22 11:19:00 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-07-22 11:19:00 +0200 |
| commit | 32813ea795271291c3734a737a399db98c9467b9 (patch) | |
| tree | 06c07e2353a3a7a26ece4ce9332a62f700e0b165 /doc/lispref/errors.texi | |
| parent | fb83082013cb1e6d940c719f8f6d228191a1dd4f (diff) | |
| download | emacs-32813ea795271291c3734a737a399db98c9467b9.tar.gz emacs-32813ea795271291c3734a737a399db98c9467b9.zip | |
* files.texi (Magic File Names): Add file-notify-add-watch,
file-notify-rm-watch and file-notify-supported-p. Move
file-remote-p down.
* errors.texi (Standard Errors): Add file-notify-error.
* os.texi (Desktop Notifications): Rename from Notifications.
(File Notifications): New node.
* elisp.texi (Top): Update menu for these changes.
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 3f3984e40d2..264604470da 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -123,6 +123,11 @@ This is a subcategory of @code{file-error}. @xref{File Locks}. | |||
| 123 | @item file-supersession | 123 | @item file-supersession |
| 124 | This is a subcategory of @code{file-error}. @xref{Modification Time}. | 124 | This is a subcategory of @code{file-error}. @xref{Modification Time}. |
| 125 | 125 | ||
| 126 | @c filenotify.el | ||
| 127 | @item file-notify-error | ||
| 128 | This is a subcategory of @code{file-error}. It happens, when a file | ||
| 129 | could not be set to be watched for changes. @xref{File Notifications}. | ||
| 130 | |||
| 126 | @c net/ange-ftp.el | 131 | @c net/ange-ftp.el |
| 127 | @item ftp-error | 132 | @item ftp-error |
| 128 | This is a subcategory of @code{file-error}, which results from | 133 | This is a subcategory of @code{file-error}, which results from |