diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-10 11:48:57 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-10 11:48:57 +0200 |
commit | 429b80062a62c357cde3d26a36a40da4d9742172 (patch) | |
tree | d6480f8e0b549b44c91cbe04a41cd1fc396eb810 /doc/emacs/files.texi | |
parent | 81a586282dc2fe4827a2b60a74aee79d87482ac5 (diff) | |
download | emacs-429b80062a62c357cde3d26a36a40da4d9742172.tar.gz emacs-429b80062a62c357cde3d26a36a40da4d9742172.tar.bz2 emacs-429b80062a62c357cde3d26a36a40da4d9742172.zip |
Link find-sibling-file to ff-find-related-file in manual
* doc/emacs/files.texi (Visiting): Link to ff-find-related-file
documentation.
Diffstat (limited to 'doc/emacs/files.texi')
-rw-r--r-- | doc/emacs/files.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index 2c4f1f4619e..062185fb4af 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -349,6 +349,9 @@ say: '(("\\([^/]+\\)\\.c\\'" "\\1.h"))) @end lisp +(@code{ff-find-related-file} offers similar functionality especially +geared towards C files, @pxref{Other C Commands}.) + Or, if you want to consider all files under @samp{"src/emacs/DIR/file-name"} to be siblings of other @var{dir}s, you could say: |