Mercurial > emacs
changeset 33167:e821d3197110
Capital in last change.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 03 Nov 2000 11:38:38 +0000 |
parents | 61e62bc5bd7f |
children | 311d750d69c1 |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Fri Nov 03 11:31:34 2000 +0000 +++ b/lisp/comint.el Fri Nov 03 11:38:38 2000 +0000 @@ -2335,7 +2335,7 @@ 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")))