Mercurial > emacs
changeset 24033:a5d31e58291b
(codepage-setup): Doc fix.
(cp-decoding-vector-for-codepage): Likewise.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 10 Jan 1999 15:23:30 +0000 |
parents | 476888c56e54 |
children | 25a9e0ae5c91 |
files | lisp/international/codepage.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/codepage.el Sun Jan 10 14:21:04 1999 +0000 +++ b/lisp/international/codepage.el Sun Jan 10 15:23:30 1999 +0000 @@ -132,7 +132,7 @@ (defun cp-decoding-vector-for-codepage (table charset offset) "Create a vector for decoding IBM PC characters using conversion table TABLE into an ISO-8859 character set CHARSET whose first non-ASCII -character' is generated by (make-char CHARSET OFFSET)." +character is generated by (make-char CHARSET OFFSET)." (let* ((len (length table)) (undefined-char (if (eq system-type 'ms-dos) @@ -513,12 +513,11 @@ ;;;###autoload (defun codepage-setup (codepage) - "Create 2 coding systems for codepage CODEPAGE: cpCODEPAGE-dos and -cpCODEPAGE-unix. + "Create a coding system cpCODEPAGE to support the IBM codepage CODEPAGE. These coding systems are meant for encoding and decoding 8-bit non-ASCII characters used by the IBM codepages, typically in conjunction with files -read/written by MS-DOS software, or for display on MS-DOS terminal." +read/written by MS-DOS software, or for display on the MS-DOS terminal." (interactive (let ((completion-ignore-case t) (candidates (cp-supported-codepages)))