comparison lisp/descr-text.el @ 74356:25c9571827a2

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 01 Dec 2006 14:12:04 +0000
parents 3bd95f4f2941
children 04f1edde004d
comparison
equal deleted inserted replaced
74355:6d42e0eb1e0a 74356:25c9571827a2
183 (insert "There are text properties here:\n") 183 (insert "There are text properties here:\n")
184 (describe-property-list properties))))) 184 (describe-property-list properties)))))
185 185
186 (defcustom describe-char-unicodedata-file nil 186 (defcustom describe-char-unicodedata-file nil
187 "Location of Unicode data file. 187 "Location of Unicode data file.
188 This is the UnicodeData.txt file from the Unicode consortium, used for 188 This is the UnicodeData.txt file from the Unicode Consortium, used for
189 diagnostics. If it is non-nil `describe-char' will print data 189 diagnostics. If it is non-nil `describe-char' will print data
190 looked up from it. This facility is mostly of use to people doing 190 looked up from it. This facility is mostly of use to people doing
191 multilingual development. 191 multilingual development.
192 192
193 This is a fairly large file, not typically present on GNU systems. At 193 This is a fairly large file, not typically present on GNU systems.
194 the time of writing it is at the URL 194 At the time of writing it is at the URL
195 `http://www.unicode.org/Public/UNIDATA/UnicodeData.txt'." 195 `http://www.unicode.org/Public/UNIDATA/UnicodeData.txt'."
196 :group 'mule 196 :group 'mule
197 :version "22.1" 197 :version "22.1"
198 :type '(choice (const :tag "None" nil) 198 :type '(choice (const :tag "None" nil)
199 file)) 199 file))