diff lisp/gnus/gnus-art.el @ 48588:52d99cc2e9e3

Typos.
author ShengHuo ZHU <zsh@cs.rochester.edu>
date Fri, 29 Nov 2002 15:57:52 +0000
parents 451b8289e283
children 0d8b17d428b5
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Fri Nov 29 15:13:50 2002 +0000
+++ b/lisp/gnus/gnus-art.el	Fri Nov 29 15:57:52 2002 +0000
@@ -308,7 +308,7 @@
 (defface gnus-emphasis-underline-bold-italic
   '((t (:weight bold :slant italic :underline t)))
   "Face used for displaying underlined bold italic emphasized text.
-Esample: (_/*word*/_)."
+Example: (_/*word*/_)."
   :group 'gnus-article-emphasis)
 
 (defface gnus-emphasis-highlight-words
@@ -4797,11 +4797,11 @@
 
 This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
 is FUNCTION, FUNCTION will be apply to all newsgroups.  If item is a
-(REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups
+\(REGEXP . FUNCTION), FUNCTION will be only apply to these newsgroups
 whose names match REGEXP.
 
 For example:
-((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
+\((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
  mail-decode-encoded-word-region
  (\"chinese\" . rfc1843-decode-region))
 ")