diff options
| -rw-r--r-- | lisp/complete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/complete.el b/lisp/complete.el index a578f22cc54..4aaffa76b0c 100644 --- a/lisp/complete.el +++ b/lisp/complete.el | |||
| @@ -128,7 +128,7 @@ If non-nil and non-t, the first character is taken literally only for file name | |||
| 128 | completion." | 128 | completion." |
| 129 | :type '(choice (const :tag "delimiter" nil) | 129 | :type '(choice (const :tag "delimiter" nil) |
| 130 | (const :tag "literal" t) | 130 | (const :tag "literal" t) |
| 131 | (sexp :tag "find-file" :format "%t\n" find-file)) | 131 | (other :tag "find-file" find-file)) |
| 132 | :group 'partial-completion) | 132 | :group 'partial-completion) |
| 133 | 133 | ||
| 134 | (defcustom PC-meta-flag t | 134 | (defcustom PC-meta-flag t |