From 1f0735123e2233fef5ce043276071541e6f56034 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 12 Jan 1999 04:38:10 +0000 Subject: [PATCH] * (nntp-prepare-post-hook): Fix typo in doc string ("postting" -> "posting"). --- lisp/nntp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4