From: ueno Date: Sun, 28 Aug 2005 09:21:20 +0000 (+0000) Subject: Added comment. X-Git-Tag: channel-coding-mergepoint~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5da61e872e0ebdbdae87c3b700bb7360619168b6;p=elisp%2Friece.git Added comment. --- diff --git a/lisp/riece-coding.el b/lisp/riece-coding.el index 454da73..908598a 100644 --- a/lisp/riece-coding.el +++ b/lisp/riece-coding.el @@ -90,9 +90,10 @@ specifying the coding systems for decoding and encoding respectively." (setq alist (cdr alist)))))) ;; The following functions are API used from handler functions. For -;; the meantime DECODED is actually a string (with some text properties). -;; In the future, however, the implementation _should_ be changed string -;; so that decoding phase is delayed until the body of handler functions. +;; the meantime DECODED is actually a string (with some text +;; properties). In the future, however, the implementation _should_ +;; be changed so that decoding phase is delayed until the body of +;; handler functions. (defun riece-decoded-coding-system (decoded) "Return the coding-system used for decoding DECODED." (get-text-property 0 'riece-coding-decoded-coding-system decoded))