[PATCH v4 1/3] emacs: s/buttonise/buttonize/g

Subject: [PATCH v4 1/3] emacs: s/buttonise/buttonize/g

Date: Sun, 22 Jan 2012 09:54:27 +0100

To: Mark Anderson, Aaron Ecay, David Edmondson, Jameson Graef Rollins

Cc: Notmuch Mail

From: Pieter Praet


"Worldwide, -ize endings prevail in scientific writing and are commonly
used by many international organizations, such as the ISO and the
WHO. The European Union switched from -ize to -ise some years ago in its
English language publications, and this resulted in the coexistence of
the -ize spelling in older legislative acts and the -ise spelling in
more recent ones." ... and other convincing reasons [1].

Let's follow the good example of academic and standards bodies,
instead of the errors of a non-democratic pseudo-authority [2].

[1] http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences#Greek-derived_spellings
[2] http://en.wikipedia.org/wiki/Democratic_deficit_in_the_European_Union
---
 emacs/notmuch-show.el |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index e6a5b31..57dd232 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -899,8 +899,8 @@ current buffer, if possible."
 (defvar notmuch-show-buffer-name nil)
 (make-variable-buffer-local 'notmuch-show-buffer-name)
 
-(defun notmuch-show-buttonise-links (start end)
-  "Buttonise URLs and mail addresses between START and END.
+(defun notmuch-show-buttonize-links (start end)
+  "Buttonize URLs and mail addresses between START and END.
 
 This also turns id:\"<message id>\"-parts into buttons for
 a corresponding notmuch search."
@@ -976,7 +976,7 @@ buffer."
 	  (notmuch-show-insert-forest
 	   (notmuch-query-get-threads basic-args))))
 
-      (jit-lock-register #'notmuch-show-buttonise-links)
+      (jit-lock-register #'notmuch-show-buttonize-links)
 
       (run-hooks 'notmuch-show-hook))
 
-- 
1.7.8.1


Thread: