From: Eli Zaretskii Date: Fri, 21 Jul 2006 09:20:38 +0000 (+0000) Subject: (po-find-charset): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~1302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3658160cbed48a465336430cd2bc237b43f8284;p=emacs.git (po-find-charset): Doc fix. --- diff --git a/lisp/textmodes/po.el b/lisp/textmodes/po.el index eac1cb94105..701095caa8e 100644 --- a/lisp/textmodes/po.el +++ b/lisp/textmodes/po.el @@ -42,7 +42,7 @@ Contains canonical charset names that don't correspond to coding systems.") (defun po-find-charset (filename) "Return PO charset value for FILENAME. -If FILENAME is a cons, the cdr part is a buffer that already contains +If FILENAME is a cons cell, its CDR is a buffer that already contains the PO file (but not yet decoded)." (let ((charset-regexp "^\"Content-Type:[ \t]*text/plain;[ \t]*charset=\\(.*\\)\\\\n\"")