diff options
| author | Eli Zaretskii | 2006-07-21 09:20:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-21 09:20:38 +0000 |
| commit | b3658160cbed48a465336430cd2bc237b43f8284 (patch) | |
| tree | dc941f0f083ba7351a9ab24bd853af91be034d25 | |
| parent | 9e361827863fe2584e784fb9a36549650d2dcbfd (diff) | |
| download | emacs-b3658160cbed48a465336430cd2bc237b43f8284.tar.gz emacs-b3658160cbed48a465336430cd2bc237b43f8284.zip | |
(po-find-charset): Doc fix.
| -rw-r--r-- | lisp/textmodes/po.el | 2 |
1 files changed, 1 insertions, 1 deletions
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.") | |||
| 42 | 42 | ||
| 43 | (defun po-find-charset (filename) | 43 | (defun po-find-charset (filename) |
| 44 | "Return PO charset value for FILENAME. | 44 | "Return PO charset value for FILENAME. |
| 45 | If FILENAME is a cons, the cdr part is a buffer that already contains | 45 | If FILENAME is a cons cell, its CDR is a buffer that already contains |
| 46 | the PO file (but not yet decoded)." | 46 | the PO file (but not yet decoded)." |
| 47 | (let ((charset-regexp | 47 | (let ((charset-regexp |
| 48 | "^\"Content-Type:[ \t]*text/plain;[ \t]*charset=\\(.*\\)\\\\n\"") | 48 | "^\"Content-Type:[ \t]*text/plain;[ \t]*charset=\\(.*\\)\\\\n\"") |