aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.")