From 7330ef957465f71745118e745f8871a31fa2c045 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sat, 10 Oct 1998 01:09:17 +0000 Subject: [PATCH] * lisp/gnus-msg.el (gnus-message-make-user-agent): Fix typo in doc string. --- lisp/gnus-msg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 33f3f25..5e7d21b 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -197,7 +197,7 @@ Thank you for your help in stamping out bugs. (defun gnus-message-make-user-agent (&optional include-mime-info max-column) "Return user-agent info. INCLUDE-MIME-INFO the optional first argument if it is non-nil and the variable - `mime-edit-user-agent-value' is exists, the return value will include it. + `mime-edit-user-agent-value' exists, the return value will include it. MAX-COLUMN the optional second argument if it is specified, the return value will be folded up in the proper way." (let ((user-agent (if (and include-mime-info -- 1.7.10.4