diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-11-19 17:47:02 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-11-19 17:47:02 +0800 |
commit | a6e3a5d5d5f56c5f523f65e42fa76aa22e0adcf1 (patch) | |
tree | 2ae317fd966935c07a5757cfa3740f56d7f5a061 /lisp/filenotify.el | |
parent | e0855d7de9e223738866e5059e287947aaf0587e (diff) | |
download | emacs-a6e3a5d5d5f56c5f523f65e42fa76aa22e0adcf1.tar.gz |
Doc fixes.
* lisp/filenotify.el (file-notify-add-watch): Refine doc string.
* doc/lispref/os.texi (File Notifications): Add an index.
* doc/lispref/loading.texi (Loading): Add an cross-reference.
Diffstat (limited to 'lisp/filenotify.el')
-rw-r--r-- | lisp/filenotify.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filenotify.el b/lisp/filenotify.el index 5a5435bb4cb..c980d720714 100644 --- a/lisp/filenotify.el +++ b/lisp/filenotify.el @@ -207,7 +207,7 @@ include the following symbols: permissions or modification time If FILE is a directory, 'change' watches for file creation or -deletion in that directory. +deletion in that directory. This does not work recursively. When any event happens, Emacs will call the CALLBACK function passing it a single argument EVENT, which is of the form |