diff options
-rw-r--r-- | lisp/vmsproc.el | 2 |
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.") |