From: Karl Heuer Date: Thu, 4 Jan 1996 23:53:00 +0000 (+0000) Subject: (display-subprocess-window): Doc fix. X-Git-Tag: emacs-19.34~1845 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4019847811092a1d052d57c88983d55d26c5f1cf;p=emacs.git (display-subprocess-window): Doc fix. --- diff --git a/lisp/vmsproc.el b/lisp/vmsproc.el index 3eb05e8a292..93c7912048d 100644 --- a/lisp/vmsproc.el +++ b/lisp/vmsproc.el @@ -25,7 +25,7 @@ ;;; Code: (defvar display-subprocess-window nil - "If non-nil, the suprocess window is displayed whenever input is received.") + "If non-nil, the subprocess window is displayed whenever input is received.") (defvar command-prefix-string "$ " "String to insert to distinguish commands entered by user.")