diff options
author | Jim Blandy <jimb@redhat.com> | 1991-04-22 23:55:24 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-04-22 23:55:24 +0000 |
commit | 0101ec2ad0d1746857bb5aa13a9a8e2afe964aef (patch) | |
tree | 410cc19a39e801321ce3688fcffacbbea2638a67 /lisp/resume.el | |
parent | 14c5b7212d09ee8c53670d9a8145ac71824ef50b (diff) | |
download | emacs-0101ec2ad0d1746857bb5aa13a9a8e2afe964aef.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/resume.el')
-rw-r--r-- | lisp/resume.el | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lisp/resume.el b/lisp/resume.el index 86866c12763..5f745caeac3 100644 --- a/lisp/resume.el +++ b/lisp/resume.el @@ -89,10 +89,9 @@ "Buffer that is used by resume-process-args.") (defun resume-process-args () - "This should be called from inside of suspend-resume-hook. This -grabs the contents of the file whose name is stored in -emacs-args-file, and processes these arguments like command line -options." + "This should be called from inside of `suspend-resume-hook'. +This grabs the contents of the file whose name is stored in `emacs-args-file', +and processes these arguments like command line options." (let ((start-buffer (current-buffer)) (args-buffer (get-buffer-create emacs-args-buffer)) length args) @@ -141,7 +140,7 @@ options." (defun empty-args-file () "This empties the contents of the file whose name is specified by -emacs-args-file." +`emacs-args-file'." (save-excursion (set-buffer (get-buffer-create emacs-args-buffer)) (erase-buffer) |