# HG changeset patch # User Karl Heuer # Date 820798216 0 # Node ID 49207f2e213015e0470cf56c35048a4d46a364c1 # Parent cdd61cb79be432b9b6cc04c98d88430eeacb96f8 (comint-ptyp, comint-completion-autolist): Doc fix. diff -r cdd61cb79be4 -r 49207f2e2130 lisp/comint.el --- a/lisp/comint.el Thu Jan 04 23:29:58 1996 +0000 +++ b/lisp/comint.el Thu Jan 04 23:30:16 1996 +0000 @@ -291,7 +291,7 @@ (defvar comint-ptyp t "Non-nil if communications via pty; false if by pipe. Buffer local. -This is to work around a bug in Emacs process signalling.") +This is to work around a bug in Emacs process signaling.") (defvar comint-input-ring nil) (defvar comint-last-input-start) @@ -1796,7 +1796,7 @@ ;;; want them present in specific modes. (defvar comint-completion-autolist nil - "*If non-nil, automatically list possiblities on partial completion. + "*If non-nil, automatically list possibilities on partial completion. This mirrors the optional behavior of tcsh.") (defvar comint-completion-addsuffix t