Capital in last change.
authorDave Love <fx@gnu.org>
Fri, 3 Nov 2000 11:39:15 +0000 (11:39 +0000)
committerDave Love <fx@gnu.org>
Fri, 3 Nov 2000 11:39:15 +0000 (11:39 +0000)
lisp/ChangeLog
lisp/comint.el

index 045122f..63aafa4 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-03  Dave Love  <fx@gnu.org>
+
+       * comint.el (comint-completion-addsuffix): Fix custom type.
+
 2000-11-02  Stefan Monnier  <monnier@cs.yale.edu>
 
        * font-lock.el (font-lock-buffers): Remove.
index f43387c..238f060 100644 (file)
@@ -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")))