summaryrefslogtreecommitdiff
path: root/lisp/resume.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/resume.el')
-rw-r--r--lisp/resume.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/resume.el b/lisp/resume.el
index d913782e0c8..48cf9562b9f 100644
--- a/lisp/resume.el
+++ b/lisp/resume.el
@@ -1,6 +1,6 @@
;;; resume.el --- process command line args from within a suspended Emacs job
-;; Copyright (C) 1992, 2002, 2003, 2004, 2005,
+;; Copyright (C) 1992, 2001, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;; Author: Joe Wells <jbw@bucsf.bu.edu>
@@ -52,7 +52,7 @@
"*This file is where arguments are placed for a suspended Emacs job.")
(defvar resume-emacs-args-buffer " *Command Line Args*"
- "Buffer that is used by resume-process-args.")
+ "Buffer that is used by `resume-process-args'.")
(defun resume-process-args ()
"Handler for command line args given when Emacs is resumed."