X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fqp.el;h=52f699937e261cc5f742c378b85989ebc382ec18;hb=9b741e050b400987d68ff761c6cc3276c932839c;hp=75d67798ccc4f923bc0d70360b56bd454665d84c;hpb=d0e319b544eb439c3afd135775d6deaebdea3b49;p=elisp%2Fgnus.git- diff --git a/lisp/qp.el b/lisp/qp.el index 75d6779..52f6999 100644 --- a/lisp/qp.el +++ b/lisp/qp.el @@ -35,7 +35,10 @@ (defun quoted-printable-decode-region (from to &optional coding-system) "Decode quoted-printable in the region between FROM and TO, per RFC 2045. If CODING-SYSTEM is non-nil, decode bytes into characters with that -coding-system." +coding-system. + +Interactively, you can supply the CODING-SYSTEM argument +with \\[universal-coding-system-argument]." (interactive ;; Let the user determine the coding system with "C-x RET c". (list (region-beginning) (region-end) coding-system-for-read))