diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-12 20:07:32 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-12 20:07:32 +0000 |
commit | 8157ac1432ce725e0fe392cf50b5b93e5546f96f (patch) | |
tree | a9ab45bf47b5b41c6d14ad58418e358e8e844601 /lisp/international/codepage.el | |
parent | 57983e4d260078a928f592ee88a8088893e6d3cb (diff) | |
download | emacs-8157ac1432ce725e0fe392cf50b5b93e5546f96f.tar.gz |
Follow doc-string conventions.
Diffstat (limited to 'lisp/international/codepage.el')
-rw-r--r-- | lisp/international/codepage.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el index 155eb905541..c0d5405af68 100644 --- a/lisp/international/codepage.el +++ b/lisp/international/codepage.el @@ -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) |