summaryrefslogtreecommitdiff
path: root/japanese/canna-lib/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
commit616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch)
treeeca5ff8ef89030731d682a14daebcc8cbd2245ac /japanese/canna-lib/pkg-descr
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes: svn path=/head/; revision=224474 svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'japanese/canna-lib/pkg-descr')
-rw-r--r--japanese/canna-lib/pkg-descr18
1 files changed, 0 insertions, 18 deletions
diff --git a/japanese/canna-lib/pkg-descr b/japanese/canna-lib/pkg-descr
deleted file mode 100644
index d825639763b8..000000000000
--- a/japanese/canna-lib/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Canna is a Kana-Kanji conversion server.
-It supports Mule(Multi-lingual extention Emacs), kinput2 X11 input
-method, etc.
-
-
- To use from Mule (CANNA version), add the following to your .emacs file:
-
- (if (and (boundp 'CANNA) CANNA) ; Is it CANNA MULE?
- (progn
- (load-library "canna")
- (canna) ))
-
- Then use the `C-o' key to begin kana-kanji conversion. Refer to the
-Info file and the documents for more detail.
-
-WWW: http://canna.sourceforge.jp/
-
-- Max