aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-01-04 23:53:00 +0000
committerKarl Heuer1996-01-04 23:53:00 +0000
commit4019847811092a1d052d57c88983d55d26c5f1cf (patch)
tree6aea0940ae046c85f8859cd800443f092a950749
parent05497fc61814237c9d9435ecdc4c1ee97b1a8bd8 (diff)
downloademacs-4019847811092a1d052d57c88983d55d26c5f1cf.tar.gz
emacs-4019847811092a1d052d57c88983d55d26c5f1cf.zip
(display-subprocess-window): Doc fix.
-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 @@
25;;; Code: 25;;; Code:
26 26
27(defvar display-subprocess-window nil 27(defvar display-subprocess-window nil
28 "If non-nil, the suprocess window is displayed whenever input is received.") 28 "If non-nil, the subprocess window is displayed whenever input is received.")
29 29
30(defvar command-prefix-string "$ " 30(defvar command-prefix-string "$ "
31 "String to insert to distinguish commands entered by user.") 31 "String to insert to distinguish commands entered by user.")