changeset 74261:adf198775e30

(resume-emacs-args-buffer): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Nov 2006 17:03:38 +0000
parents b55f65338d33
children 1ef61f432321
files lisp/resume.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/resume.el	Mon Nov 27 17:02:43 2006 +0000
+++ b/lisp/resume.el	Mon Nov 27 17:03:38 2006 +0000
@@ -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."