mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Fix ff-quiet-mode doc
* lisp/find-file.el (ff-quiet-mode, ff-find-other-file): Say that ff-quiet-mode disables tracing, not the inverse.
This commit is contained in:
parent
2445100d7d
commit
b4afee0319
@ -167,7 +167,7 @@ To override this, give an argument to `ff-find-other-file'."
|
||||
:type 'boolean)
|
||||
|
||||
(defcustom ff-quiet-mode nil
|
||||
"If non-nil, trace which directories are being searched."
|
||||
"If non-nil, do not trace which directories are being searched."
|
||||
:type 'boolean)
|
||||
|
||||
;;;###autoload
|
||||
@ -351,7 +351,7 @@ Variables of interest include:
|
||||
If non-nil, always attempt to create the other file if it was not found.
|
||||
|
||||
- `ff-quiet-mode'
|
||||
If non-nil, traces which directories are being searched.
|
||||
If non-nil, does not trace which directories are being searched.
|
||||
|
||||
- `ff-special-constructs'
|
||||
A list of regular expressions specifying how to recognize special
|
||||
|
Loading…
Reference in New Issue
Block a user