From 11467e6e66c0259ec70b801c1a32052670d83c56 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 25 Jun 2004 00:13:47 +0000 Subject: [PATCH] (Posting Server): smtp-default-smtp-server -> smtp-default-server. ;; Thanks to IRIE-san. --- texi/gnus-ja.texi | 6 +++--- texi/gnus.texi | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index a4429e8..03ed427 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -10779,9 +10779,9 @@ gnus は常に投稿にどの方法を使うかをあなたに尋ねます。 @lisp (setq message-send-mail-function 'smtpmail-send-it smtpmail-default-smtp-server "YOUR SMTP HOST") -;; @r{FLIM 版の smtpmail.el のために、以下の変数を設定する必用があります。} -;; @r{どちらの smtpmail.el が使われるかは `load-path' に依ります。} -(setq smtp-default-smtp-server "YOUR SMTP HOST") +;; @r{Version 1.14.6 より古い FLIM に付属している smtpmail.el を使う} +;; @r{場合、以下の変数を設定する必用があります。} +(setq smtp-default-server "YOUR SMTP HOST") @end lisp これと似たものに @code{message-smtpmail-send-it} があります。 diff --git a/texi/gnus.texi b/texi/gnus.texi index e29c71d..4ef68f1 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -11476,9 +11476,9 @@ package correctly. An example: @lisp (setq message-send-mail-function 'smtpmail-send-it smtpmail-default-smtp-server "YOUR SMTP HOST") -;; The following variable needs to be set because of the FLIM version of -;; smtpmail.el. Which smtpmail.el is used depends on the `load-path'. -(setq smtp-default-smtp-server "YOUR SMTP HOST") +;; @r{The following variable needs to be set if you are using smtpmail.el} +;; @r{distributed with FLIM, lesser than the version 1.14.6.} +(setq smtp-default-server "YOUR SMTP HOST") @end lisp To the thing similar to this, there is -- 1.7.10.4