emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3b87845: ; Fix typo


From: Michael Albinus
Subject: [Emacs-diffs] master 3b87845: ; Fix typo
Date: Sun, 1 Jan 2017 12:00:23 +0000 (UTC)

branch: master
commit 3b878455ac95ab5b3554642e84d186b4e6cb6a56
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Fix typo
    
    * src/gfilenotify.c:
---
 src/gfilenotify.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gfilenotify.c b/src/gfilenotify.c
index 9f82837..6ec5c64 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]