Mercurial > emacs
changeset 22225:6f56af1aab96
(make-translation-table): Doc fix.
(define-translation-table): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 25 May 1998 07:23:08 +0000 |
parents | 5ba263ae6443 |
children | 557fac086b1b |
files | lisp/international/mule.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule.el Mon May 25 07:18:31 1998 +0000 +++ b/lisp/international/mule.el Mon May 25 07:23:08 1998 +0000 @@ -990,9 +990,9 @@ Each argument is a list of the form (FROM . TO), where FROM is a character to be translated to TO. -FROM can be a generic character (see make-char). In this case, TO is -a generic character containing the same number of charcters or a -oridinal character. If FROM and TO are both generic characters, all +FROM can be a generic character (see `make-char'). In this case, TO is +a generic character containing the same number of characters, or a +ordinary character. If FROM and TO are both generic characters, all characters belonging to FROM are translated to characters belonging to TO without changing their position code(s)." (let ((table (make-char-table 'translation-table)) @@ -1050,8 +1050,8 @@ See the documentation of the function `make-translation-table' for the meaning of ARGS. -This function sets properties translation-table and -translation-table-id of SYMBOL to the created table itself and +This function sets properties `translation-table' and +`translation-table-id' of SYMBOL to the created table itself and identification number of the table respectively." (let ((table (apply 'make-translation-table args)) (len (length translation-table-vector))