projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5831c
)
* lisp/files.el (find-sibling-rules): Fix docstring.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 4 Jan 2023 17:11:31 +0000
(18:11 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 4 Jan 2023 17:11:31 +0000
(18:11 +0100)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index c45c3d40a5d5a3857702b402d3644dd4db5ed857..18a046e9bb49be7aaa91d33342db603d28401041 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-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")