From d83ff31829918c31156ac6fc86f84d4bbad29134 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 27 Nov 2006 17:03:38 +0000 Subject: [PATCH] (resume-emacs-args-buffer): Fix typo in docstring. --- lisp/resume.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2