summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-11-14 15:59:56 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-11-14 15:59:56 -0800
commit91af3942e9ab5540b3ab4dde6733bc883dc2abdd (patch)
tree7a83e35278714a4498663fc968d36210d8c6436e /lisp/gnus
parent5ef215d87480e348e432b4e323b1ba24e27ebf81 (diff)
downloademacs-91af3942e9ab5540b3ab4dde6733bc883dc2abdd.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog16
-rw-r--r--lisp/gnus/gnus-art.el2
-rw-r--r--lisp/gnus/gnus-diary.el2
-rw-r--r--lisp/gnus/gnus-start.el2
4 files changed, 11 insertions, 11 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index fbbf3bad5a8..0a6e3a426a1 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1820,7 +1820,7 @@
2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
- * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
+ * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
we're selecting a group with unread articles.
* nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
@@ -4557,7 +4557,7 @@
* shr.el (shr-put-image): Use point even if only inserting text.
(shr-put-image): Save excursion when inserting alt text on non-graphic
- display, so the behaviour is the same when we are on a graphic display.
+ display, so the behavior is the same when we are on a graphic display.
* nnir.el (nnir-run-swish-e): Remove hyrex support.
@@ -5178,7 +5178,7 @@
bidning gnus-agent variables.
* shr.el (shr-render-td): Use a cache for the table rendering function
- to avoid getting an exponential rendering behaviour in nested tables.
+ to avoid getting an exponential rendering behavior in nested tables.
(shr-insert): Rework the line-breaking algorithm.
(shr-insert): Don't leave trailing spaces.
(shr-insert-table): Also insert empty TDs.
@@ -6783,7 +6783,7 @@
* gnus-start.el (gnus-get-unread-articles): Allow the backends to
update the group info. This makes the nndraft groups, for instance, go
- back to their old behaviour.
+ back to their old behavior.
* gnus-sum.el (gnus-select-newsgroup): Indent.
@@ -7175,7 +7175,7 @@
* gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
so that nnimap methods aren't agentized by default. There's apparently
- many problems related to agent/imap behaviour.
+ many problems related to agent/imap behavior.
* gnus-art.el (gnus-article-copy-string): New command and key binding.
@@ -7220,7 +7220,7 @@
storage than before.
* gnus.el (gnus-refer-article-method): Change default to 'current.
- When referring an article, the common behaviour is to refer it from the
+ When referring an article, the common behavior is to refer it from the
current select method, not the native select method. The chances of
the native select method having the message in question is rather slim
these days.
@@ -7236,7 +7236,7 @@
* gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
that commands like `d' (and the like) go to the next line in the
buffer, instead of the next unread article. I think this is the
- behaviour that is most natural for most users.
+ behavior that is most natural for most users.
(gnus-single-article-buffer): Change default to nil, so that people can
have as many article buffers open as they have summary buffer. I think
this is the most natural way for the groups to behave.
@@ -16517,7 +16517,7 @@
2005-06-16 Arne Jørgensen <arne@arnested.dk>
* smime.el (smime-cert-by-ldap-1): Detect PEM format without
- header by looking for magic "MII" at the beginnig.
+ header by looking for magic "MII" at the beginning.
2005-06-16 Miles Bader <miles@gnu.org>
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 0068fbad6e2..a11e9ebf0fa 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -1559,7 +1559,7 @@ node `(gnus)Gravatars' for details."
gnus-treat-from-picon
gnus-treat-from-gravatar
gnus-treat-mail-gravatar)
- ;; If there's much decoration, the user might prefer a boundery.
+ ;; If there's much decoration, the user might prefer a boundary.
'head
nil)
"Draw a boundary at the end of the headers.
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el
index 0b5a7ebf1f9..9f86e74bd99 100644
--- a/lisp/gnus/gnus-diary.el
+++ b/lisp/gnus/gnus-diary.el
@@ -157,7 +157,7 @@ There are currently two built-in format functions:
;; I just ignore it.
;;;###autoload
(defun gnus-user-format-function-d (header)
- ;; Returns an aproximative delay string for the next occurrence of this
+ ;; Return an approximate delay string for the next occurrence of this
;; message. The delay is given only in the first non zero unit.
;; Code partly stolen from article-make-date-line
(let* ((extras (mail-header-extra header))
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el
index 7c63d5e2653..b18b78df063 100644
--- a/lisp/gnus/gnus-start.el
+++ b/lisp/gnus/gnus-start.el
@@ -1678,7 +1678,7 @@ If SCAN, request a scan of that group as well."
;; Sort the methods based so that the primary and secondary
;; methods come first. This is done for legacy reasons to try to
- ;; ensure that side-effect behaviour doesn't change from previous
+ ;; ensure that side-effect behavior doesn't change from previous
;; Gnus versions.
(setq type-cache
(sort (nreverse type-cache)