Mercurial > hg > xemacs-beta
comparison lisp/gtk-ffi.el @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 0784d089fdc9 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
38 (GdkPixmap . GdkWindow)) | 38 (GdkPixmap . GdkWindow)) |
39 "An assoc list of aliases for commonly used GTK types that are not | 39 "An assoc list of aliases for commonly used GTK types that are not |
40 really part of the object system.") | 40 really part of the object system.") |
41 | 41 |
42 (defvar gtk-ffi-debug nil | 42 (defvar gtk-ffi-debug nil |
43 "If non-nil, all functions defined wiht `gtk-import-function' will be checked | 43 "If non-nil, all functions defined with `gtk-import-function' will be checked |
44 for missing marshallers.") | 44 for missing marshallers.") |
45 | 45 |
46 (defun gtk-ffi-check-function (func) | 46 (defun gtk-ffi-check-function (func) |
47 ;; We don't call gtk-main or gtk-main-quit because it thoroughly | 47 ;; We don't call gtk-main or gtk-main-quit because it thoroughly |
48 ;; hoses us (locks up xemacs handling events, but no lisp). | 48 ;; hoses us (locks up xemacs handling events, but no lisp). |