# HG changeset patch # User Richard M. Stallman # Date 830981602 0 # Node ID b1a3fef3d648cffdf237e651e10b7014d72c1968 # Parent fec39a06882dfec6107b9b667708647d599ff17e Comment changes. diff -r fec39a06882d -r b1a3fef3d648 lisp/resume.el --- 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.