summaryrefslogtreecommitdiff
path: root/lisp/vmsproc.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:53:00 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:53:00 +0000
commitf936f2a40350c64f90892cd9322ec2d89c9bca41 (patch)
tree059fc1ec9a9bf9fbefc409ba34ff908e5bd761eb /lisp/vmsproc.el
parent9abf9396253592e1e492ee753fc4c10a0458743e (diff)
downloademacs-f936f2a40350c64f90892cd9322ec2d89c9bca41.tar.gz
(display-subprocess-window): Doc fix.
Diffstat (limited to 'lisp/vmsproc.el')
-rw-r--r--lisp/vmsproc.el2
1 files changed, 1 insertions, 1 deletions
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.")