summaryrefslogtreecommitdiff
path: root/lisp/gnus-cite.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-05 22:21:28 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-05 22:21:28 +0000
commit35910610258829f2b37991d7e63538f346425796 (patch)
treec7454f9463116353714a6600d1416bd7b37ee187 /lisp/gnus-cite.el
parente712992775612c8a4cc2052e4cc66411ccfc4299 (diff)
downloademacs-35910610258829f2b37991d7e63538f346425796.tar.gz
Comment fixes.
Diffstat (limited to 'lisp/gnus-cite.el')
-rw-r--r--lisp/gnus-cite.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el
index a83ea80114b..e74c07773fe 100644
--- a/lisp/gnus-cite.el
+++ b/lisp/gnus-cite.el
@@ -452,12 +452,12 @@ See also the documentation for `gnus-article-highlight-citation'."
;; loose attribution lines, otherwise the first prefix will be used.
;;
;; If AFTER is non-nil, only citations after the attribution line
- ;; will be concidered.
+ ;; will be considered.
;;
;; If FUN is non-nil, it will be called with the arguments (WROTE
;; PREFIX TAG) and expected to return a regular expression. Only
;; citations whose prefix matches the regular expression will be
- ;; concidered.
+ ;; considered.
;;
;; WROTE is the attribution line number.
;; PREFIX is the attribution line prefix.