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:
parent
15a5c5ce40
commit
81a586282d
1 changed files with 0 additions and 3 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue