comparison lisp/vmsproc.el @ 14015:51621fd8598f

(display-subprocess-window): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:53:00 +0000
parents 2cdce064065f
children 83f275dcd93a
comparison
equal deleted inserted replaced
14014:d9ead59e15fa 14015:51621fd8598f
23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 23 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
24 24
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.")
32 32
33 (defvar subprocess-running nil) 33 (defvar subprocess-running nil)