diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-17 09:40:48 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-17 09:40:48 -0800 |
commit | c5e87d104b7342f35459c7513d6b4cefea1e968e (patch) | |
tree | b1e452497894607b5199474897953bf739552904 /lisp/net/mairix.el | |
parent | df85d31593aab41321a8bac130e1f9c5b678e9d7 (diff) | |
download | emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.tar.gz emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.tar.bz2 emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.zip |
Spelling fixes.
Diffstat (limited to 'lisp/net/mairix.el')
-rw-r--r-- | lisp/net/mairix.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/net/mairix.el b/lisp/net/mairix.el index 8c4bbb4a785..68a0a6a85d4 100644 --- a/lisp/net/mairix.el +++ b/lisp/net/mairix.el @@ -51,7 +51,7 @@ ;; Currently, RMail, Gnus (with mbox files), and VM are supported as ;; mail programs, but it is pretty easy to interface it with other ;; ones as well. Please see the docs and the source for details. -;; In a nutshell: include your favourite mail program in +;; In a nutshell: include your favorite mail program in ;; `mairix-mail-program' and write functions for ;; `mairix-display-functions' and `mairix-get-mail-header-functions'. ;; If you have written such functions for your Emacs mail program of @@ -945,4 +945,3 @@ Use cursor keys or C-n,C-p to select next/previous search.\n\n") (provide 'mairix) ;;; mairix.el ends here - |