diff options
| author | Lars Ingebrigtsen | 2022-06-10 11:45:28 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-06-10 11:45:28 +0200 |
| commit | 81a586282dc2fe4827a2b60a74aee79d87482ac5 (patch) | |
| tree | aa1af83023d35de703f15c35a822bf4d0579aa96 | |
| parent | 15a5c5ce40143edbdd436eeaa4cbb55f025f1771 (diff) | |
| download | emacs-81a586282dc2fe4827a2b60a74aee79d87482ac5.tar.gz emacs-81a586282dc2fe4827a2b60a74aee79d87482ac5.zip | |
Fix find-sibling-file doc string
* lisp/files.el (find-sibling-file): Remove incorrect statement
from doc string (bug#55879).
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el index 8836ee6fb21..75a856c6362 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -7312,9 +7312,6 @@ now defined as a sibling." | |||
| 7312 | 7312 | ||
| 7313 | (defun find-sibling-file (file) | 7313 | (defun find-sibling-file (file) |
| 7314 | "Visit a \"sibling\" file of FILE. | 7314 | "Visit a \"sibling\" file of FILE. |
| 7315 | By default, return only files that exist, but if ALL is non-nil, | ||
| 7316 | return all matches. | ||
| 7317 | |||
| 7318 | When called interactively, FILE is the currently visited file. | 7315 | When called interactively, FILE is the currently visited file. |
| 7319 | 7316 | ||
| 7320 | The \"sibling\" file is defined by the `find-sibling-rules' variable." | 7317 | The \"sibling\" file is defined by the `find-sibling-rules' variable." |