X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fnnsoup.el;h=e4c8271ccdb516a0a75fd5ef83e4e9d4f7b32ed8;hb=ebdecdf203f300217a9a7f533dcf43fec5d427b4;hp=29791ce2b6f29064e5eb6c03fc7685379bc0ce71;hpb=baa6433903e8c07f69141b65eb0281620c6916ef;p=elisp%2Fgnus.git- diff --git a/lisp/nnsoup.el b/lisp/nnsoup.el index 29791ce..e4c8271 100644 --- a/lisp/nnsoup.el +++ b/lisp/nnsoup.el @@ -158,7 +158,7 @@ backend for the messages.") (when index-buffer (insert-buffer-substring index-buffer) (goto-char b) - ;; We have to remove the index number entires and + ;; We have to remove the index number entries and ;; insert article numbers instead. (while (looking-at "[0-9]+") (replace-match (int-to-string number) t t)