diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/resume.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/resume.el b/lisp/resume.el index d913782e0c8..85c1ea0231f 100644 --- a/lisp/resume.el +++ b/lisp/resume.el @@ -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." |