# HG changeset patch # User Eli Zaretskii # Date 1153473638 0 # Node ID 51964b589c64b240cccd5543ebd0c6255c64a26c # Parent d317c5ea9079725b3c04a13eb1dc634a75b1b36a (po-find-charset): Doc fix. diff -r d317c5ea9079 -r 51964b589c64 lisp/textmodes/po.el --- a/lisp/textmodes/po.el Fri Jul 21 09:20:02 2006 +0000 +++ b/lisp/textmodes/po.el Fri Jul 21 09:20:38 2006 +0000 @@ -42,7 +42,7 @@ (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\"")