summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-05-29 14:44:36 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-05-29 14:44:36 +0000
commitde0bcc4eb23a7da732bc2029c6686f23d9432256 (patch)
treea5e5003d395c75c6f15588f01d44c0cea6aff160 /editors
parentA major mode for editing SGML and XML documents for XEmacs with Mule. (diff)
Fix typo.
Notes
Notes: svn path=/head/; revision=19092
Diffstat (limited to 'editors')
-rw-r--r--editors/psgml-emacs/pkg-descr2
-rw-r--r--editors/psgml-mule/pkg-descr2
-rw-r--r--editors/psgml/pkg-descr2
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>.