emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 81a586282d: Fix find-sibling-file doc string


From: Lars Ingebrigtsen
Subject: master 81a586282d: Fix find-sibling-file doc string
Date: Fri, 10 Jun 2022 05:46:03 -0400 (EDT)

branch: master
commit 81a586282dc2fe4827a2b60a74aee79d87482ac5
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix find-sibling-file doc string
    
    * lisp/files.el (find-sibling-file): Remove incorrect statement
    from doc string (bug#55879).
---
 lisp/files.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/files.el b/lisp/files.el
index 8836ee6fb2..75a856c636 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]