mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
(po-find-charset): Doc fix.
This commit is contained in:
parent
9e36182786
commit
b3658160cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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\"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue