diff options
author | Dave Love <fx@gnu.org> | 2000-11-03 11:39:15 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-03 11:39:15 +0000 |
commit | 51d001f7e388f02b9e06a47557b946e0e57be7e1 (patch) | |
tree | c391f99071ab66cee7660d8df5c04061d3925659 /lisp/comint.el | |
parent | 97342eb1d4ce13c9e0d561dff0507c3094bd59af (diff) | |
download | emacs-51d001f7e388f02b9e06a47557b946e0e57be7e1.tar.gz |
Capital in last change.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
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"))) |