Fix find-sibling-file doc string

* lisp/files.el (find-sibling-file): Remove incorrect statement
from doc string (bug#55879).
This commit is contained in:
Lars Ingebrigtsen 2022-06-10 11:45:28 +02:00
parent 15a5c5ce40
commit 81a586282d

View file

@ -7312,9 +7312,6 @@ now defined as a sibling."
(defun find-sibling-file (file)
"Visit a \"sibling\" file of FILE.
By default, return only files that exist, but if ALL is non-nil,
return all matches.
When called interactively, FILE is the currently visited file.
The \"sibling\" file is defined by the `find-sibling-rules' variable."