From: Dave Love Date: Fri, 3 Nov 2000 11:39:15 +0000 (+0000) Subject: Capital in last change. X-Git-Tag: emacs-pretest-21.0.90~340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51d001f7e388f02b9e06a47557b946e0e57be7e1;p=emacs.git Capital in last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 045122f2e41..63aafa458b3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-03 Dave Love + + * comint.el (comint-completion-addsuffix): Fix custom type. + 2000-11-02 Stefan Monnier * font-lock.el (font-lock-buffers): Remove. diff --git a/lisp/comint.el b/lisp/comint.el index f43387cac32..238f0601a79 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2335,7 +2335,7 @@ If a cons pair, it should be of the form (DIRSUFFIX . FILESUFFIX) where DIRSUFFIX and FILESUFFIX are strings added on unambiguous or exact completion. This mirrors the optional behavior of tcsh." :type '(choice (const :tag "None" nil) - (const :tag "add /" t) + (const :tag "Add /" t) (cons :tag "Suffix pair" (string :tag "Directory suffix") (string :tag "File suffix")))