Mercurial > emacs
changeset 72053:51964b589c64
(po-find-charset): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 21 Jul 2006 09:20:38 +0000 |
parents | d317c5ea9079 |
children | bf3518b64c99 |
files | lisp/textmodes/po.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\"")