From: Gerd Moellmann Date: Wed, 16 May 2001 11:12:57 +0000 (+0000) Subject: Comment fix. X-Git-Tag: emacs-pretest-21.0.104~488 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccc5e35ff2a35aaab5c6a07fdb1f6e63a29ae359;p=emacs.git Comment fix. --- diff --git a/lisp/comint.el b/lisp/comint.el index 7a5e7ad8928..04dd848a539 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -88,7 +88,6 @@ ;; comint-run Run a program under comint-mode ;; send-invisible Read a line w/o echo, and send to proc ;; comint-dynamic-complete-filename Complete filename at point. -;; comint-dynamic-complete-variable Complete variable name at point. ;; comint-dynamic-list-filename-completions List completions in help buffer. ;; comint-replace-by-expanded-filename Expand and complete filename at point; ;; replace with expanded/completed name.