From 0ff9b955fe8d8032f5c139dcc86990f0177b646f Mon Sep 17 00:00:00 2001 From: Pavel Janík Date: Thu, 20 Dec 2001 18:59:32 +0000 Subject: Doc fixes. --- lisp/term.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/term.el') diff --git a/lisp/term.el b/lisp/term.el index 76b0a09a70..51faa6ff9a 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -1376,7 +1376,7 @@ buffer. The hook term-exec-hook is run after each exec." ;; Crank up a new process (let ((proc (term-exec-1 name buffer command switches))) (make-local-variable 'term-ptyp) - (setq term-ptyp process-connection-type) ; T if pty, NIL if pipe. + (setq term-ptyp process-connection-type) ; t if pty, nil if pipe. ;; Jump to the end, and set the process mark. (goto-char (point-max)) (set-marker (process-mark proc) (point)) @@ -1991,13 +1991,13 @@ If the interpreter is the csh, initial string matching regexp term-prompt-regexp. term-input-filter-functions monitors input for \"cd\", \"pushd\", and \"popd\" commands. When it sees one, it cd's the buffer. - term-input-filter is the default: returns T if the input isn't all white + term-input-filter is the default: returns t if the input isn't all white space. If the term is Lucid Common Lisp, term-get-old-input snarfs the sexp ending at point. term-input-filter-functions does nothing. - term-input-filter returns NIL if the input matches input-filter-regexp, + term-input-filter returns nil if the input matches input-filter-regexp, which matches (1) all whitespace (2) :a, :c, etc. Similarly for Soar, Scheme, etc." -- cgit v1.2.3