comparison lisp/comint.el @ 37750:321506783c09

Comment fix.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 16 May 2001 11:12:57 +0000
parents b5ddd589d143
children 682de754cdf0
comparison
equal deleted inserted replaced
37749:1d5371e8a974 37750:321506783c09
86 ;; 86 ;;
87 ;; Not bound by default in comint-mode (some are in shell mode) 87 ;; Not bound by default in comint-mode (some are in shell mode)
88 ;; comint-run Run a program under comint-mode 88 ;; comint-run Run a program under comint-mode
89 ;; send-invisible Read a line w/o echo, and send to proc 89 ;; send-invisible Read a line w/o echo, and send to proc
90 ;; comint-dynamic-complete-filename Complete filename at point. 90 ;; comint-dynamic-complete-filename Complete filename at point.
91 ;; comint-dynamic-complete-variable Complete variable name at point.
92 ;; comint-dynamic-list-filename-completions List completions in help buffer. 91 ;; comint-dynamic-list-filename-completions List completions in help buffer.
93 ;; comint-replace-by-expanded-filename Expand and complete filename at point; 92 ;; comint-replace-by-expanded-filename Expand and complete filename at point;
94 ;; replace with expanded/completed name. 93 ;; replace with expanded/completed name.
95 ;; comint-replace-by-expanded-history Expand history at point; 94 ;; comint-replace-by-expanded-history Expand history at point;
96 ;; replace with expanded name. 95 ;; replace with expanded name.