projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf235a
)
; * doc/misc/use-package.texi: Fix @file.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 Dec 2022 16:21:38 +0000
(18:21 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 9 Dec 2022 16:21:38 +0000
(18:21 +0200)
doc/misc/use-package.texi
patch
|
blob
|
history
diff --git
a/doc/misc/use-package.texi
b/doc/misc/use-package.texi
index 3dabea4eea1420f5130417db80b2333e95e8efb3..d3b6ee990039baa822728ca8ef1adb60ede2b927 100644
(file)
--- a/
doc/misc/use-package.texi
+++ b/
doc/misc/use-package.texi
@@
-1273,7
+1273,7
@@
cells, or a string or regexp.
The following example reproduces the default @code{ruby-mode}
configuration, exactly as it is in Emacs out-of-the-box. That mode is
enabled automatically when a file whose name matches the regexp
-@code{"\\.rb\\'"} (a file with the @
samp
{.rb} extension), or when the
+@code{"\\.rb\\'"} (a file with the @
file
{.rb} extension), or when the
first line of the file (known as the ``shebang'') matches the string
@code{"ruby"}: