summaryrefslogtreecommitdiff
path: root/lisp/gnus-cus.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:39:03 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:39:03 +0000
commitad139275c2712d61001da9c4ff0d936392851f5a (patch)
tree93c4f75d4ed2f7b1e648f1d12841cc9929b3e65f /lisp/gnus-cus.el
parenteba00bf054d0746c3c52ce8f0a3bed83e89426e7 (diff)
downloademacs-ad139275c2712d61001da9c4ff0d936392851f5a.tar.gz
Doc fix.
Diffstat (limited to 'lisp/gnus-cus.el')
-rw-r--r--lisp/gnus-cus.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/gnus-cus.el b/lisp/gnus-cus.el
index b4845d8df4d..5c42c58d2a1 100644
--- a/lisp/gnus-cus.el
+++ b/lisp/gnus-cus.el
@@ -49,7 +49,7 @@
(custom-declare '()
'((tag . "GNUS")
(doc . "\
-The coffe-brewing, all singing, all dancing, kitchen sink newsreader.")
+The coffee-brewing, all singing, all dancing, kitchen sink newsreader.")
(type . group)
(data ((tag . "Visual")
(doc . "\
@@ -125,7 +125,7 @@ single bold letter, while a letter followed by a backspace and an
underscore will be displayed as a single underlined letter. This
technique was developed for old line printers (think about it), and is
still in use on some newsgroups, in particular the ClariNet
-hierearchy.
+hierarchy.
")
(type . const)
(default .
@@ -153,7 +153,7 @@ used for decoding and displaying the face.
(default . gnus-article-display-x-face))
((tag . "Unquote Printable")
(doc . "\
-Tranform MIME quoted printable into 8-bit characters.
+Transform MIME quoted printable into 8-bit characters.
Quoted printable is often seen by strings like `=EF' where you would
expect a non-English letter.
@@ -200,7 +200,7 @@ Highlight headers, signature, and buttons.
(default . gnus-article-highlight-some))
((tag . "Highlight Headers")
(doc . "\
-Highlight headers as specified by `Article Header Highligting'.
+Highlight headers as specified by `Article Header Highlighting'.
")
(type . const)
(default .
@@ -423,7 +423,7 @@ Face used for highlighting the current article in the summary buffer.")
(type . face))
((tag . "Summary Line Highlighting")
(doc . "\
-Controls the higlighting of summary buffer lines.
+Controls the highlighting of summary buffer lines.
Below is a list of `Form'/`Face' pairs. When deciding how a a
particular summary line should be displayed, each form is
@@ -524,7 +524,7 @@ mark: The article's mark.")
)))))
(defun gnus-custom-import-cite-face-list (custom alist)
- ;; Backward compatible groking of light and dark.
+ ;; Backward compatible grokking of light and dark.
(cond ((eq alist 'light)
(setq alist (mapcar 'gnus-make-face gnus-face-light-name-list)))
((eq alist 'dark)