changeset 15121:b1a3fef3d648

Comment changes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 01 May 1996 20:13:22 +0000
parents fec39a06882d
children a46a40f1c30c
files lisp/resume.el
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/resume.el	Wed May 01 20:10:26 1996 +0000
+++ b/lisp/resume.el	Wed May 01 20:13:22 1996 +0000
@@ -34,11 +34,13 @@
 ;; (add-hook 'suspend-resume-hook 'resume-process-args)
 
 ;; You can't get the benefit of this library by using the `emacs' command,
-;; since that always starts a new Emacs job.  Instead you must run a shell
-;; script which knows how to resume an existing Emacs job if you have one.
-;; Emacs comes with two suitable scripts: etc/emacs.csh for CSH,
-;; and etc/emacs.bash for BASH.  These scripts start an Emacs job
-;; if you do not have one, and resume an Emacs job if you have one.
+;; since that always starts a new Emacs job.  Instead you must use a
+;; command called `edit' which knows how to resume an existing Emacs job
+;; if you have one, or start a new Emacs job if you don't have one.
+
+;; To define the `edit' command, run the script etc/emacs.csh (if you use CSH),
+;; or etc/emacs.bash if you use BASH.  You would normally do this in your
+;; login script.
 
 ;; Stephan Gildea suggested bug fix (gildea@bbn.com).
 ;; Ideas from Michael DeCorte and other people.