1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(display-subprocess-window): Doc fix.

This commit is contained in:
Karl Heuer 1996-01-04 23:53:00 +00:00
parent 05497fc618
commit 4019847811

View File

@ -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.")