aboutsummaryrefslogtreecommitdiffstats
path: root/src/inotify.c
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 16:33:36 -0500
committerGlenn Morris2018-02-16 16:33:36 -0500
commit9ab3df197f1ee7f23df30f554209b863369f06ee (patch)
tree7a36bd8eb04f44ef57f78f0c8d8300423fb274ee /src/inotify.c
parent66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (diff)
downloademacs-9ab3df197f1ee7f23df30f554209b863369f06ee.tar.gz
emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.zip
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src/inotify.c')
-rw-r--r--src/inotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inotify.c b/src/inotify.c
index 08da308c978..e06cc97c6a7 100644
--- a/src/inotify.c
+++ b/src/inotify.c
@@ -503,7 +503,7 @@ DEFUN ("inotify-watch-list", Finotify_watch_list, Sinotify_watch_list, 0, 0, 0,
503} 503}
504 504
505DEFUN ("inotify-allocated-p", Finotify_allocated_p, Sinotify_allocated_p, 0, 0, 0, 505DEFUN ("inotify-allocated-p", Finotify_allocated_p, Sinotify_allocated_p, 0, 0, 0,
506 doc: /* Return non-nil, if a inotify instance is allocated. */) 506 doc: /* Return non-nil, if an inotify instance is allocated. */)
507{ 507{
508 return inotifyfd < 0 ? Qnil : Qt; 508 return inotifyfd < 0 ? Qnil : Qt;
509} 509}