diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:53:00 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-04 23:53:00 +0000 |
commit | 4019847811092a1d052d57c88983d55d26c5f1cf (patch) | |
tree | 6aea0940ae046c85f8859cd800443f092a950749 /lisp/vmsproc.el | |
parent | 05497fc61814237c9d9435ecdc4c1ee97b1a8bd8 (diff) | |
download | emacs-4019847811092a1d052d57c88983d55d26c5f1cf.tar.gz |
(display-subprocess-window): Doc fix.
Diffstat (limited to 'lisp/vmsproc.el')
-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.") |