From: yamaoka Date: Tue, 12 Jan 1999 04:38:10 +0000 (+0000) Subject: * (nntp-prepare-post-hook): Fix typo in doc string ("postting" -> "posting"). X-Git-Tag: gnus-6_10-199901121900~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1f0735123e2233fef5ce043276071541e6f56034;p=elisp%2Fgnus.git- * (nntp-prepare-post-hook): Fix typo in doc string ("postting" -> "posting"). --- diff --git a/lisp/nntp.el b/lisp/nntp.el index 26c85cd..9f2be03 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -175,7 +175,7 @@ server there that you can connect to. See also If this variable is nil, which is the default, no timers are set.") (defvoo nntp-prepare-post-hook nil - "*Hook run just before postting an article. It is supposed to be used for + "*Hook run just before posting an article. It is supposed to be used for inserting Cancel-Lock headers, signing with Gpg, etc.") ;;; Internal variables.