# HG changeset patch # User Kenichi Handa # Date 915769164 0 # Node ID 8313b191de2c44fb01af5e428dee9a8ffdfbc378 # Parent 547ceb9e069cff9a6cc18631e192ae07ed9afd8b (make-char): Doc-string modified. diff -r 547ceb9e069c -r 8313b191de2c lisp/international/mule.el --- a/lisp/international/mule.el Thu Jan 07 19:50:41 1999 +0000 +++ b/lisp/international/mule.el Fri Jan 08 04:19:24 1999 +0000 @@ -247,10 +247,10 @@ (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))