diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2023-01-04 18:11:31 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2023-01-04 18:11:31 +0100 |
commit | 7eed8e050a9c580cc5770508d70b0139c4ac75a7 (patch) | |
tree | 6279d75c0570685fd5fe2880c3681bdc0ebfcb60 /lisp/files.el | |
parent | 6b5831c6964873025dabfb924bd23dfc72138c5d (diff) | |
download | emacs-7eed8e050a9c580cc5770508d70b0139c4ac75a7.tar.gz |
* lisp/files.el (find-sibling-rules): Fix docstring.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el index c45c3d40a5d..18a046e9bb4 100644 --- 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") |