aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorPaul Eggert2011-11-17 01:09:20 -0800
committerPaul Eggert2011-11-17 01:09:20 -0800
commit4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3 (patch)
tree04a24b4e53c431ec3deb9281a0454ede7ace7337 /lisp/gnus
parentb6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (diff)
downloademacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.tar.gz
emacs-4c36be58ca2b4777a5e7bf0d3e692cfd9fa1aea3.zip
Spelling fixes.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/gnus-srvr.el2
-rw-r--r--lisp/gnus/gnus.el2
-rw-r--r--lisp/gnus/html2text.el2
-rw-r--r--lisp/gnus/message.el2
-rw-r--r--lisp/gnus/nndiary.el2
-rw-r--r--lisp/gnus/nnmairix.el2
6 files changed, 6 insertions, 6 deletions
diff --git a/lisp/gnus/gnus-srvr.el b/lisp/gnus/gnus-srvr.el
index ec98b2ff749..2d8587ace3f 100644
--- a/lisp/gnus/gnus-srvr.el
+++ b/lisp/gnus/gnus-srvr.el
@@ -553,7 +553,7 @@ The following commands are available:
553 (gnus-server-list-servers)) 553 (gnus-server-list-servers))
554 554
555(defun gnus-server-copy-server (from to) 555(defun gnus-server-copy-server (from to)
556 "Copy a server definiton to a new name." 556 "Copy a server definition to a new name."
557 (interactive 557 (interactive
558 (list 558 (list
559 (or (gnus-server-server-name) 559 (or (gnus-server-server-name)
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el
index 924d974eb3c..5f385ec1054 100644
--- a/lisp/gnus/gnus.el
+++ b/lisp/gnus/gnus.el
@@ -3582,7 +3582,7 @@ that that variable is buffer-local to the summary buffers."
3582 (equal (nth 1 m1) (nth 1 m2))))))) 3582 (equal (nth 1 m1) (nth 1 m2)))))))
3583 3583
3584(defsubst gnus-sloppily-equal-method-parameters (m1 m2) 3584(defsubst gnus-sloppily-equal-method-parameters (m1 m2)
3585 ;; Check parameters for sloppy equalness. 3585 ;; Check parameters for sloppy equality.
3586 (let ((p1 (copy-sequence (cddr m1))) 3586 (let ((p1 (copy-sequence (cddr m1)))
3587 (p2 (copy-sequence (cddr m2))) 3587 (p2 (copy-sequence (cddr m2)))
3588 e1 e2) 3588 e1 e2)
diff --git a/lisp/gnus/html2text.el b/lisp/gnus/html2text.el
index 345e7c19a6a..dade86ab174 100644
--- a/lisp/gnus/html2text.el
+++ b/lisp/gnus/html2text.el
@@ -123,7 +123,7 @@ If this list contains the element \"font\".")
123This is an alist where each dotted pair consists of a tag, and then 123This is an alist where each dotted pair consists of a tag, and then
124the name of a function to be called when this tag is found. The 124the name of a function to be called when this tag is found. The
125function is called with the arguments p1, p2, p3 and p4. These are 125function is called with the arguments p1, p2, p3 and p4. These are
126demontrated below: 126demonstrated below:
127 127
128\"<b> This is bold text </b>\" 128\"<b> This is bold text </b>\"
129 ^ ^ ^ ^ 129 ^ ^ ^ ^
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 1d0830afd28..176857633e1 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -2503,7 +2503,7 @@ Return the number of headers removed."
2503 (point-max))) 2503 (point-max)))
2504 (goto-char (point-min))) 2504 (goto-char (point-min)))
2505 2505
2506;; FIXME: clarify diffference: message-narrow-to-head, 2506;; FIXME: clarify difference: message-narrow-to-head,
2507;; message-narrow-to-headers-or-head, message-narrow-to-headers 2507;; message-narrow-to-headers-or-head, message-narrow-to-headers
2508(defun message-narrow-to-head () 2508(defun message-narrow-to-head ()
2509 "Narrow the buffer to the head of the message. 2509 "Narrow the buffer to the head of the message.
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el
index db7ac1b44f8..a798e22902f 100644
--- a/lisp/gnus/nndiary.el
+++ b/lisp/gnus/nndiary.el
@@ -72,7 +72,7 @@
72;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods: 72;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods:
73;; NNDiary has some experimental parts, in the sense Gnus normally uses only 73;; NNDiary has some experimental parts, in the sense Gnus normally uses only
74;; one mail back ends for mail retreival and splitting. This back end is 74;; one mail back ends for mail retreival and splitting. This back end is
75;; also an attempt to make it behave differently. For Gnus developpers: as 75;; also an attempt to make it behave differently. For Gnus developers: as
76;; you can see if you snarf into the code, that was not a very difficult 76;; you can see if you snarf into the code, that was not a very difficult
77;; thing to do. Something should be done about the respooling breakage 77;; thing to do. Something should be done about the respooling breakage
78;; though. 78;; though.
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el
index 66ed90be823..9d6011e6573 100644
--- a/lisp/gnus/nnmairix.el
+++ b/lisp/gnus/nnmairix.el
@@ -1634,7 +1634,7 @@ search in raw mode."
1634 (nnheader-message 3 "Couldn't find original article")))) 1634 (nnheader-message 3 "Couldn't find original article"))))
1635 1635
1636(defun nnmairix-determine-original-group-from-registry (mid) 1636(defun nnmairix-determine-original-group-from-registry (mid)
1637 "Try to determinale original group for message-id MID from the registry." 1637 "Try to determine original group for message-id MID from the registry."
1638 (when (gnus-bound-and-true-p 'gnus-registry-enabled) 1638 (when (gnus-bound-and-true-p 'gnus-registry-enabled)
1639 (unless (string-match "^<" mid) 1639 (unless (string-match "^<" mid)
1640 (set mid (concat "<" mid))) 1640 (set mid (concat "<" mid)))