diff options
| -rw-r--r-- | lisp/minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 3cdece57e70..611df1eb6d9 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el | |||
| @@ -2015,7 +2015,7 @@ remote file. For graphical file dialogs, any of the special values | |||
| 2015 | of MUSTMATCH `confirm' and `confirm-after-completion' are | 2015 | of MUSTMATCH `confirm' and `confirm-after-completion' are |
| 2016 | treated as equivalent to nil. Some graphical file dialogs respect | 2016 | treated as equivalent to nil. Some graphical file dialogs respect |
| 2017 | a MUSTMATCH value of t, and some do not (or it only has a cosmetic | 2017 | a MUSTMATCH value of t, and some do not (or it only has a cosmetic |
| 2018 | effect, but does not actually prevent the user from entering a | 2018 | effect, and does not actually prevent the user from entering a |
| 2019 | non-existent file). | 2019 | non-existent file). |
| 2020 | 2020 | ||
| 2021 | See also `read-file-name-completion-ignore-case' | 2021 | See also `read-file-name-completion-ignore-case' |