emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/po.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/po.el,v
Date: Fri, 21 Jul 2006 09:20:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/07/21 09:20:38

Index: po.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/po.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- po.el       26 May 2006 04:47:16 -0000      1.14
+++ po.el       21 Jul 2006 09:20:38 -0000      1.15
@@ -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\"")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]