]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 16 May 2001 11:12:57 +0000 (11:12 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 16 May 2001 11:12:57 +0000 (11:12 +0000)
lisp/comint.el

index 7a5e7ad8928ed4f48f8d598f859cd925201ce58c..04dd848a5398cad95b68e8e74b3332141d7e772c 100644 (file)
@@ -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.