aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2001-01-23 01:36:19 +0000
committerKenichi Handa2001-01-23 01:36:19 +0000
commit4e003d375ec3670d32e34d9cd592962c878075bb (patch)
treeafa5e06c8b3530454d26f744bdb95bb59334dc15 /lisp
parentb0e988670bb495e27816ef5c61b027714d519feb (diff)
downloademacs-4e003d375ec3670d32e34d9cd592962c878075bb.tar.gz
emacs-4e003d375ec3670d32e34d9cd592962c878075bb.zip
(make-translation-table): Fix docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 8896ef24eb4..87c16f9d363 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1446,7 +1446,11 @@ FROM can be a generic character (see `make-char'). In this case, TO is
1446a generic character containing the same number of characters, or a 1446a generic character containing the same number of characters, or a
1447ordinary character. If FROM and TO are both generic characters, all 1447ordinary character. If FROM and TO are both generic characters, all
1448characters belonging to FROM are translated to characters belonging to TO 1448characters belonging to FROM are translated to characters belonging to TO
1449without changing their position code(s)." 1449without changing their position code(s).
1450
1451The arguments and forms in each argument are processed in the given
1452order, and if a previous form already translates TO to some other
1453character, say TO-ALT, FROM is also translated to TO-ALT."
1450 (let ((table (make-char-table 'translation-table)) 1454 (let ((table (make-char-table 'translation-table))
1451 revlist) 1455 revlist)
1452 (while args 1456 (while args