diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-29 14:44:36 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-29 14:44:36 +0000 |
commit | de0bcc4eb23a7da732bc2029c6686f23d9432256 (patch) | |
tree | a5e5003d395c75c6f15588f01d44c0cea6aff160 /editors | |
parent | a75f6907bd1f2b14f4432356ce86838583e459b6 (diff) | |
download | ports-de0bcc4eb23a7da732bc2029c6686f23d9432256.tar.gz ports-de0bcc4eb23a7da732bc2029c6686f23d9432256.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/psgml-emacs/pkg-descr | 2 | ||||
-rw-r--r-- | editors/psgml-mule/pkg-descr | 2 | ||||
-rw-r--r-- | editors/psgml/pkg-descr | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/psgml-emacs/pkg-descr b/editors/psgml-emacs/pkg-descr index 58efc7bcf6b3..77907029eee5 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>. diff --git a/editors/psgml-mule/pkg-descr b/editors/psgml-mule/pkg-descr index e3ee80f9c126..fdcdbdaab2f0 100644 --- a/editors/psgml-mule/pkg-descr +++ b/editors/psgml-mule/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>. diff --git a/editors/psgml/pkg-descr b/editors/psgml/pkg-descr index 58efc7bcf6b3..77907029eee5 100644 --- a/editors/psgml/pkg-descr +++ b/editors/psgml/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>. |