Capital in last change.
[bpt/emacs.git] / lisp / comint.el
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")))