summaryrefslogtreecommitdiff
path: root/editors/psgml-emacs20/pkg-descr
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-10-16 11:58:04 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-10-16 11:58:04 +0000
commit0aadf549c4373a7c421fa4e0ac4de24baed2f3fb (patch)
tree2104ba67d588ef2cc485e4b325706a249994981e /editors/psgml-emacs20/pkg-descr
parentUpdate to 10.55. (diff)
Update to 1.2.0.
Notes
Notes: svn path=/head/; revision=22487
Diffstat (limited to 'editors/psgml-emacs20/pkg-descr')
-rw-r--r--editors/psgml-emacs20/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/psgml-emacs20/pkg-descr b/editors/psgml-emacs20/pkg-descr
index 05fd12a91eb1..e95327d78adc 100644
--- a/editors/psgml-emacs20/pkg-descr
+++ b/editors/psgml-emacs20/pkg-descr
@@ -13,4 +13,8 @@ types and defaults, and structure based editing.
PSGML is installed the following directory tree:
${PREFIX}/share/emacs/site-lisp/psgml/
+To use psgml, put the following setup into your ~/.emacs:
+
+ (require 'psgml-startup)
+
--- Porting by shige <shige@FreeBSD.ORG>.