aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-13 17:49:16 -0500
committerGlenn Morris2012-02-13 17:49:16 -0500
commitfba9b8b646487287c1fbbd16238e81a3b41ef72b (patch)
tree213f739d3c5e3a2fafa981260f621d07ccd4b05b
parent2605051a7f2cb2dbae1a87a34940cc38c682eb1d (diff)
downloademacs-fba9b8b646487287c1fbbd16238e81a3b41ef72b.tar.gz
emacs-fba9b8b646487287c1fbbd16238e81a3b41ef72b.zip
Tweak previous doc change
-rw-r--r--lisp/minibuffer.el2
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
2015of MUSTMATCH `confirm' and `confirm-after-completion' are 2015of MUSTMATCH `confirm' and `confirm-after-completion' are
2016treated as equivalent to nil. Some graphical file dialogs respect 2016treated as equivalent to nil. Some graphical file dialogs respect
2017a MUSTMATCH value of t, and some do not (or it only has a cosmetic 2017a MUSTMATCH value of t, and some do not (or it only has a cosmetic
2018effect, but does not actually prevent the user from entering a 2018effect, and does not actually prevent the user from entering a
2019non-existent file). 2019non-existent file).
2020 2020
2021See also `read-file-name-completion-ignore-case' 2021See also `read-file-name-completion-ignore-case'