]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-char): Doc-string modified.
authorKenichi Handa <handa@m17n.org>
Fri, 8 Jan 1999 04:19:24 +0000 (04:19 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 8 Jan 1999 04:19:24 +0000 (04:19 +0000)
lisp/international/mule.el

index 02f2746ef976cb932581de5fe73283cea8e4f8bb..c7800d85f017f5f5c5dba7466de8b2d48cfa0367 100644 (file)
@@ -247,10 +247,10 @@ See the function `charset-info' for more detail."
   (aset (charset-info  charset) 14 plist))
 
 (defun make-char (charset &optional c1 c2)
-  "Return a character of CHARSET and position-codes CODE1 and CODE2.
+  "Return a character of CHARSET and position codes CODE1 and CODE2.
 CODE1 and CODE2 are optional, but if you don't supply
-sufficient position-codes, return a generic character which stands for
-all characters or group of characters in the character sets.
+sufficient position codes, return a generic character which stands for
+all characters or group of characters in the character set.
 A generic character can be used to index a char table (e.g. syntax-table)."
   (make-char-internal (charset-id charset) c1 c2))