* lisp/files.el (find-sibling-rules): Fix docstring.
This commit is contained in:
parent
6b5831c696
commit
7eed8e050a
1 changed files with 3 additions and 3 deletions
|
@ -7419,9 +7419,9 @@ files, you could say something like:
|
|||
|
||||
(\"src/emacs/[^/]+/\\\\(.*\\\\)\\\\\\='\" \"src/emacs/.*/\\\\1\\\\\\='\")
|
||||
|
||||
In this example, if you're in src/emacs/emacs-27/lisp/abbrev.el,
|
||||
and you an src/emacs/emacs-28/lisp/abbrev.el file exists, it's
|
||||
now defined as a sibling."
|
||||
In this example, if you're in \"src/emacs/emacs-27/lisp/abbrev.el\",
|
||||
and a \"src/emacs/emacs-28/lisp/abbrev.el\" file exists, it's now
|
||||
defined as a sibling."
|
||||
:type 'sexp
|
||||
:version "29.1")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue