diff lisp/international/codepage.el @ 41989:fd3c70d7a093

Follow doc-string conventions.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 12 Dec 2001 20:07:32 +0000
parents ac35ef786b2d
children 858065a2176d 1b9937bcfbf4
line wrap: on
line diff
--- a/lisp/international/codepage.el	Wed Dec 12 20:06:57 2001 +0000
+++ b/lisp/international/codepage.el	Wed Dec 12 20:07:32 2001 +0000
@@ -588,8 +588,8 @@
     ))
 
 (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)