summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-09-26 22:52:22 +0000
committerRichard M. Stallman <rms@gnu.org>1992-09-26 22:52:22 +0000
commit3df84e184ab68f7cf8d781c51111f78c18fd7a87 (patch)
tree9122132153ab2f7d7e81d6ef7e260499e50f4493 /lisp
parentabbf0afbceb7eb64b0ab665519139a182b43b95a (diff)
downloademacs-3df84e184ab68f7cf8d781c51111f78c18fd7a87.tar.gz
Delete obsolete comments.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/ws-mode.el30
1 files changed, 1 insertions, 29 deletions
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el
index c36ccb76964..bfb8bed0b75 100644
--- a/lisp/emulation/ws-mode.el
+++ b/lisp/emulation/ws-mode.el
@@ -23,35 +23,7 @@
;;; Commentary:
-;; How to install ws-mode.el:
-;;
-;; either you
-;; put the following line into your default.el (usually
-;; /usr/local/emacs/lisp/default.el):
-;; (autoload 'wordstar-mode "ws-mode.el" "WordStar emulation mode." t)
-;; put ws-mode.el into a directory in your Emacs load-path (usually
-;; /usr/local/emacs/local/lisp).
-;;
-;; or you
-;; put ws-mode.el into your directory $HOME/lib/emacs (or something
-;; like that)
-;; put the following two lines into your file $HOME/.emacs
-;; (autoload 'wordstar-mode (expand-file-name "~/lib/emacs/ws-mode.el")
-;; "WordStar emulation mode." t)
-;;
-;; You can then invoke wordstar-mode for a buffer by typing
-;; M-x wordstar-mode
-;;
-;; If you want to use Emacs in wordstar-mode by default, put the
-;; following line in addition into your file $HOME/.emacs :
-;; (setq default-major-mode 'wordstar-mode)
-;;
-;; If you want to use Emacs *always* in wordstar-mode, even when the
-;; file type would indicate another mode, put the follwoing line in
-;; addition into your file $HOME/.emacs :
-;; (setq auto-mode-alist nil)
-;;
-;; Enjoy!
+;; This emulates WordStar, with a major mode.
;;; Code: