]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/resume.el
Spelling fixes.
[gnu-emacs] / lisp / obsolete / resume.el
index 6b52ef28784ef071c213f19c2c51c06921c758f0..aa80ba65e39af7cf3ba04f398b484a353155686b 100644 (file)
@@ -1,10 +1,11 @@
 ;;; resume.el --- process command line args from within a suspended Emacs job
 
-;; Copyright (C) 1992, 2001-2011 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 2001-2014 Free Software Foundation, Inc.
 
 ;; Author: Joe Wells <jbw@bucsf.bu.edu>
 ;; Adapted-By: ESR
 ;; Keywords: processes
+;; Obsolete-since: 23.1
 
 ;; This file is part of GNU Emacs.
 
@@ -23,8 +24,6 @@
 
 ;;; Commentary:
 
-;; This file has been obsolete since Emacs 23.1.
-
 ;; The purpose of this library is to handle command line arguments
 ;; when you resume an existing Emacs job.
 
@@ -48,7 +47,7 @@
 ;;; Code:
 
 (defvar resume-emacs-args-file (expand-file-name "~/.emacs_args")
-  "*This file is where arguments are placed for a suspended Emacs job.")
+  "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'.")