; * doc/misc/use-package.texi: Fix @file.

This commit is contained in:
Eli Zaretskii 2022-12-09 18:21:38 +02:00
parent bcf235acd5
commit 0bd26abf7f

View file

@ -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"}: