summaryrefslogtreecommitdiff
path: root/lisp/international/codepage.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-12 20:07:32 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-12 20:07:32 +0000
commit8157ac1432ce725e0fe392cf50b5b93e5546f96f (patch)
treea9ab45bf47b5b41c6d14ad58418e358e8e844601 /lisp/international/codepage.el
parent57983e4d260078a928f592ee88a8088893e6d3cb (diff)
downloademacs-8157ac1432ce725e0fe392cf50b5b93e5546f96f.tar.gz
Follow doc-string conventions.
Diffstat (limited to 'lisp/international/codepage.el')
-rw-r--r--lisp/international/codepage.el4
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)