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/psgml | |
parent | A major mode for editing SGML and XML documents for XEmacs with Mule. (diff) |
Fix typo.
Diffstat (limited to 'editors/psgml')
-rw-r--r-- | editors/psgml/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
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>. |