comparison lisp/international/titdic-cnv.el @ 87119:9c2d6ea3390d

Remove directory part from filenames in function declarations.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Dec 2007 04:08:08 +0000
parents 8a7ed478f7bc
children 107ccd98fa12 53108e6cea98
comparison
equal deleted inserted replaced
87118:f9a6598fa930 87119:9c2d6ea3390d
1110 Last modified: June 2, 1993. 1110 Last modified: June 2, 1993.
1111 1111
1112 Some infrequent characters are accessed by typing \\, followed by 1112 Some infrequent characters are accessed by typing \\, followed by
1113 the Cantonese romanization of the respective radical ($(0?f5}(B).")) 1113 the Cantonese romanization of the respective radical ($(0?f5}(B)."))
1114 1114
1115 (declare-function dos-8+3-filename "../dos-fns.el" (filename)) 1115 (declare-function dos-8+3-filename "dos-fns.el" (filename))
1116 1116
1117 (defun miscdic-convert (filename &optional dirname) 1117 (defun miscdic-convert (filename &optional dirname)
1118 "Convert a dictionary file FILENAME into a Quail package. 1118 "Convert a dictionary file FILENAME into a Quail package.
1119 Optional argument DIRNAME if specified is the directory name under which 1119 Optional argument DIRNAME if specified is the directory name under which
1120 the generated Quail package is saved." 1120 the generated Quail package is saved."