summaryrefslogtreecommitdiff
path: root/lisp/mail/rfc2045.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/rfc2045.el')
-rw-r--r--lisp/mail/rfc2045.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rfc2045.el b/lisp/mail/rfc2045.el
index f6000500e11..11a6151887a 100644
--- a/lisp/mail/rfc2045.el
+++ b/lisp/mail/rfc2045.el
@@ -28,7 +28,7 @@
(require 'ietf-drums)
(defun rfc2045-encode-string (param value)
- "Return and PARAM=VALUE string encoded according to RFC2045."
+ "Return a PARAM=VALUE string encoded according to RFC2045."
(if (or (string-match (concat "[" ietf-drums-no-ws-ctl-token "]") value)
(string-match (concat "[" ietf-drums-tspecials "]") value)
(string-match "[ \n\t]" value)