1
Fork 0
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:
Pavel Janík 2001-12-12 20:07:32 +00:00
parent 57983e4d26
commit 8157ac1432
2 changed files with 4 additions and 4 deletions

View file

@ -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)