aboutsummaryrefslogtreecommitdiffstats
path: root/editors/psgml-emacs
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1999-05-29 22:44:36 +0800
committerkuriyama <kuriyama@FreeBSD.org>1999-05-29 22:44:36 +0800
commit6a700810d08da165dd7ac89a1cc000e9c4acae17 (patch)
tree386b192edd1c29d7762ae60ce2d0c93ff8e5f6d4 /editors/psgml-emacs
parent4f2f36aff5576388befee86a716761bd7007d806 (diff)
downloadfreebsd-ports-graphics-6a700810d08da165dd7ac89a1cc000e9c4acae17.tar.gz
freebsd-ports-graphics-6a700810d08da165dd7ac89a1cc000e9c4acae17.tar.zst
freebsd-ports-graphics-6a700810d08da165dd7ac89a1cc000e9c4acae17.zip
Fix typo.
Diffstat (limited to 'editors/psgml-emacs')
-rw-r--r--editors/psgml-emacs/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/psgml-emacs/pkg-descr b/editors/psgml-emacs/pkg-descr
index 58efc7bcf6b..77907029eee 100644
--- a/editors/psgml-emacs/pkg-descr
+++ b/editors/psgml-emacs/pkg-descr
@@ -15,6 +15,6 @@ types and defaults, and structure based editing.
To use psgml, put the following setup into your ~/.emacs:
- (require 'psml-setupel)
+ (require 'psgml-setupel)
--- Porting by shige <shige@FreeBSD.ORG>.