diff options
Diffstat (limited to 'src/w32notify.c')
| -rw-r--r-- | src/w32notify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32notify.c b/src/w32notify.c index 32a03f70a66..1f4cbe2df47 100644 --- a/src/w32notify.c +++ b/src/w32notify.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Filesystem notifications support for GNU Emacs on the Microsoft Windows API. | 1 | /* Filesystem notifications support for GNU Emacs on the Microsoft Windows API. |
| 2 | Copyright (C) 2012-2016 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2017 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -670,7 +670,7 @@ w32_get_watch_object (void *desc) | |||
| 670 | } | 670 | } |
| 671 | 671 | ||
| 672 | DEFUN ("w32notify-valid-p", Fw32notify_valid_p, Sw32notify_valid_p, 1, 1, 0, | 672 | DEFUN ("w32notify-valid-p", Fw32notify_valid_p, Sw32notify_valid_p, 1, 1, 0, |
| 673 | doc: /* "Check a watch specified by its WATCH-DESCRIPTOR for validity. | 673 | doc: /* Check a watch specified by its WATCH-DESCRIPTOR for validity. |
| 674 | 674 | ||
| 675 | WATCH-DESCRIPTOR should be an object returned by `w32notify-add-watch'. | 675 | WATCH-DESCRIPTOR should be an object returned by `w32notify-add-watch'. |
| 676 | 676 | ||