diff options
| author | Michael Albinus | 2015-10-25 14:59:45 +0100 |
|---|---|---|
| committer | Michael Albinus | 2015-10-25 14:59:45 +0100 |
| commit | 80dd76a8e5d08b35c50589fb1ce7ef6a43ee74ab (patch) | |
| tree | 91cd8992511b5864ab068de8320aac8bef5ad173 /etc | |
| parent | ab116b19eda6bf42b11f7b902c749a77d7cb7683 (diff) | |
| download | emacs-80dd76a8e5d08b35c50589fb1ce7ef6a43ee74ab.tar.gz emacs-80dd76a8e5d08b35c50589fb1ce7ef6a43ee74ab.zip | |
Document file notification `stopped' event
* doc/lispref/os.texi (File Notifications): Document `stopped event'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -843,10 +843,15 @@ be added to the archive. | |||
| 843 | ** Autorevert: dired buffers are also auto-reverted via file | 843 | ** Autorevert: dired buffers are also auto-reverted via file |
| 844 | notifications, if Emacs is compiled with file notification support. | 844 | notifications, if Emacs is compiled with file notification support. |
| 845 | 845 | ||
| 846 | ** File Notifications | ||
| 847 | |||
| 848 | +++ | ||
| 849 | *** The new event `stopped' signals, that a file notification watch is | ||
| 850 | not active any longer. | ||
| 851 | |||
| 846 | +++ | 852 | +++ |
| 847 | ** File Notifications: the new function `file-notify-valid-p' checks, | 853 | *** The new function `file-notify-valid-p' checks, whether a file |
| 848 | whether a file notification descriptor still corresponds to an | 854 | notification descriptor still corresponds to an activate watch. |
| 849 | activate watch. | ||
| 850 | 855 | ||
| 851 | ** Dired | 856 | ** Dired |
| 852 | 857 | ||