]> git.eshelyaron.com Git - emacs.git/commitdiff
(po-find-charset): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Jul 2006 09:20:38 +0000 (09:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Jul 2006 09:20:38 +0000 (09:20 +0000)
lisp/textmodes/po.el

index eac1cb94105199d6cf134595a8bb255782c5474b..701095caa8e80bd705bccd9c1e36077a073eef7b 100644 (file)
@@ -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\"")