aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/minibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index f8e328f6152..bc7d26ac2e0 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -835,7 +835,7 @@ styles for specific categories, such as files, buffers, etc."
835(defvar completion-category-defaults 835(defvar completion-category-defaults
836 '((buffer (styles . (basic substring))) 836 '((buffer (styles . (basic substring)))
837 (unicode-name (styles . (basic substring))) 837 (unicode-name (styles . (basic substring)))
838 (project-file (styles . (basic substring))) 838 (project-file (styles . (substring)))
839 (info-menu (styles . (basic substring)))) 839 (info-menu (styles . (basic substring))))
840 "Default settings for specific completion categories. 840 "Default settings for specific completion categories.
841Each entry has the shape (CATEGORY . ALIST) where ALIST is 841Each entry has the shape (CATEGORY . ALIST) where ALIST is