Mercurial > emacs
changeset 14015:51621fd8598f
(display-subprocess-window): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 04 Jan 1996 23:53:00 +0000 |
parents | d9ead59e15fa |
children | cc69bd626089 |
files | lisp/vmsproc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vmsproc.el Thu Jan 04 23:52:13 1996 +0000 +++ b/lisp/vmsproc.el Thu Jan 04 23:53:00 1996 +0000 @@ -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.")