]> code.delx.au - gnu-emacs/commitdiff
(display-subprocess-window): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:53:00 +0000 (23:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 4 Jan 1996 23:53:00 +0000 (23:53 +0000)
lisp/vmsproc.el

index 3eb05e8a292481654dcecc7d99550b110613c7c8..93c7912048d1274e76fb773e8805ad7c59b0bf90 100644 (file)
@@ -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.")