# HG changeset patch # User Karl Heuer # Date 820798743 0 # Node ID 850f1cfd3535897eb39b8d7889d8f79c16e34d37 # Parent c045b6e55d0822da06212059770c1542edec27d8 Doc fix. diff -r c045b6e55d08 -r 850f1cfd3535 lisp/gnus-cus.el --- a/lisp/gnus-cus.el Thu Jan 04 23:38:16 1996 +0000 +++ b/lisp/gnus-cus.el Thu Jan 04 23:39:03 1996 +0000 @@ -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 @@ 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 @@ (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 @@ (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 @@ (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 @@ ))))) (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)