diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2017-01-01 12:59:58 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2017-01-01 12:59:58 +0100 |
commit | 3b878455ac95ab5b3554642e84d186b4e6cb6a56 (patch) | |
tree | 4f1aa8ef07667a8ccb716c86012331a8e625a3ae | |
parent | 65eee8392ff95f58f7b0bd036e1fe065523658c6 (diff) | |
download | emacs-3b878455ac95ab5b3554642e84d186b4e6cb6a56.tar.gz |
; Fix typo
* src/gfilenotify.c:
-rw-r--r-- | src/gfilenotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfilenotify.c b/src/gfilenotify.c index 9f828375a78..6ec5c642825 100644 --- a/src/gfilenotify.c +++ b/src/gfilenotify.c @@ -27,7 +27,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "keyboard.h" -/* This is a list, elements are triples (DESCRIPTOR FILE FLAGS CALLBACK) */ +/* This is a list, elements are quadruples (DESCRIPTOR FILE FLAGS CALLBACK) */ static Lisp_Object watch_list; /* This is the callback function for arriving signals from |