]> git.eshelyaron.com Git - emacs.git/commitdiff
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 045122f2e4104da21d0cbe0749f2b09486e4ce61..63aafa458b354e43973ccfa61d9b4696d25b1380 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 f43387cac32a2c922cb7d566ac35e800c102e187..238f0601a79250cd05ba41c4578ebc1a1e989e23 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")))