summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:30:16 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:30:16 +0000
commit376799534af6f59dead506d7a131148d350ef579 (patch)
tree84c1656ab59c11aad82ff30eda66103124e9f806 /lisp/comint.el
parent2f5c3eb8708cd25433a45921c36abea905710685 (diff)
downloademacs-376799534af6f59dead506d7a131148d350ef579.tar.gz
(comint-ptyp, comint-completion-autolist): Doc fix.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el4
1 files changed, 2 insertions, 2 deletions
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