From: Karl Heuer Date: Thu, 4 Jan 1996 23:30:16 +0000 (+0000) Subject: (comint-ptyp, comint-completion-autolist): Doc fix. X-Git-Tag: emacs-19.34~1889 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ef2f81fc1e638eaf0371e45042b784898650627;p=emacs.git (comint-ptyp, comint-completion-autolist): Doc fix. --- diff --git a/lisp/comint.el b/lisp/comint.el index fe15c80b120..f2fdffea952 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -291,7 +291,7 @@ executed once when the buffer is created.") (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 @@ See `comint-prompt-regexp'." ;;; 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