mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Follow doc-string conventions.
This commit is contained in:
parent
57983e4d26
commit
8157ac1432
2 changed files with 4 additions and 4 deletions
|
|
@ -588,8 +588,8 @@ decoder and encoder created by this function."
|
|||
))
|
||||
|
||||
(defun cp-codepage-decoder (codepage)
|
||||
"If CODEPAGE is the name of a supported codepage, return its decode table;
|
||||
otherwise return nil."
|
||||
"If CODEPAGE is the name of a supported codepage, return its decode table.
|
||||
Otherwise return nil."
|
||||
(let ((cp (if (symbolp codepage) (symbol-name codepage) codepage)))
|
||||
(cond
|
||||
((stringp cp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue