diff options
Diffstat (limited to '')
-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>. |