diff lisp/vmsproc.el @ 14015:51621fd8598f

(display-subprocess-window): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:53:00 +0000
parents 2cdce064065f
children 83f275dcd93a
line wrap: on
line diff
--- a/lisp/vmsproc.el	Thu Jan 04 23:52:13 1996 +0000
+++ b/lisp/vmsproc.el	Thu Jan 04 23:53:00 1996 +0000
@@ -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.")