]> git.eshelyaron.com Git - emacs.git/commitdiff
(resume-emacs-args-buffer): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 17:03:38 +0000 (17:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 17:03:38 +0000 (17:03 +0000)
lisp/resume.el

index d913782e0c8b554856ef34b25b4a8f2c90303598..85c1ea0231f727dfa4b8bae4cafc1f5b07a0f13f 100644 (file)
@@ -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."