summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-11-27 17:03:38 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-11-27 17:03:38 +0000
commitd83ff31829918c31156ac6fc86f84d4bbad29134 (patch)
tree15e493fbaf15697174d637804423f7e1260f1082 /lisp
parent821a311f993a12b073e2378fd4db0fd1b9d5f4bf (diff)
downloademacs-d83ff31829918c31156ac6fc86f84d4bbad29134.tar.gz
(resume-emacs-args-buffer): Fix typo in docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/resume.el2
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."