mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(po-find-charset): Doc fix.
This commit is contained in:
parent
9e36182786
commit
b3658160cb
@ -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…
Reference in New Issue
Block a user