[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 b4afee03193: Fix ff-quiet-mode doc
From: |
Basil L. Contovounesios |
Subject: |
emacs-29 b4afee03193: Fix ff-quiet-mode doc |
Date: |
Mon, 10 Apr 2023 08:53:21 -0400 (EDT) |
branch: emacs-29
commit b4afee03193575c3812c6f9704cd08d0dc852e5a
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>
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.
---
lisp/find-file.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lisp/find-file.el b/lisp/find-file.el
index e98ea621d6a..05459c3643d 100644
--- a/lisp/find-file.el
+++ b/lisp/find-file.el
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 b4afee03193: Fix ff-quiet-mode doc,
Basil L. Contovounesios <=