From 22f7dc0931bb416a9520d4792f81a7a820e71db1 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 19 Feb 2007 04:04:03 +0000 Subject: [PATCH] Fixed misleading comment. --- lisp/mml2015.el | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lisp/mml2015.el b/lisp/mml2015.el index 24bd13a67..71c4ee624 100644 --- a/lisp/mml2015.el +++ b/lisp/mml2015.el @@ -524,9 +524,8 @@ Whether the passphrase is cached at all is controlled by (with-temp-buffer (setq message (current-buffer)) (insert part) - ;; Convert to in verify mode. Sign and - ;; clearsign use --textmode. The conversion is not necessary. - ;; In clearverify, the conversion is not necessary either. + ;; Convert to in signed text. If --textmode is + ;; specified when signing, the conversion is not necessary. (goto-char (point-min)) (end-of-line) (while (not (eobp)) @@ -783,9 +782,8 @@ Whether the passphrase is cached at all is controlled by handle) (with-temp-buffer (insert part) - ;; Convert to in verify mode. Sign and - ;; clearsign use --textmode. The conversion is not necessary. - ;; In clearverify, the conversion is not necessary either. + ;; Convert to in signed text. If --textmode is + ;; specified when signing, the conversion is not necessary. (goto-char (point-min)) (end-of-line) (while (not (eobp)) -- 2.34.1