head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.14;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
SDIC is a lookup mode on Emacsen for an English - Japanese dictionary.
It is a simple, small, speedy and smart program.

;;; for sdic-mode
(autoload 'sdic-describe-word "sdic" nil t)
(global-set-key "\C-cw" 'sdic-describe-word)
(autoload 'sdic-describe-word-at-point "sdic" nil t)
(global-set-key "\C-cW" 'sdic-describe-word-at-point)

WWW: http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/sdic/
@
