diff options
| author | Eli Zaretskii | 2022-12-09 18:21:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-12-09 18:21:38 +0200 |
| commit | 0bd26abf7fbcfdc6068cdbd9da278cf0bd97eacc (patch) | |
| tree | 2a9920ecd7551fb8306445128827eacb3299efb1 | |
| parent | bcf235acd58dfc0d335114c18bcf9299f5155d36 (diff) | |
| download | emacs-0bd26abf7fbcfdc6068cdbd9da278cf0bd97eacc.tar.gz emacs-0bd26abf7fbcfdc6068cdbd9da278cf0bd97eacc.zip | |
; * doc/misc/use-package.texi: Fix @file.
| -rw-r--r-- | doc/misc/use-package.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi index 3dabea4eea1..d3b6ee99003 100644 --- a/doc/misc/use-package.texi +++ b/doc/misc/use-package.texi | |||
| @@ -1273,7 +1273,7 @@ cells, or a string or regexp. | |||
| 1273 | The following example reproduces the default @code{ruby-mode} | 1273 | The following example reproduces the default @code{ruby-mode} |
| 1274 | configuration, exactly as it is in Emacs out-of-the-box. That mode is | 1274 | configuration, exactly as it is in Emacs out-of-the-box. That mode is |
| 1275 | enabled automatically when a file whose name matches the regexp | 1275 | enabled automatically when a file whose name matches the regexp |
| 1276 | @code{"\\.rb\\'"} (a file with the @samp{.rb} extension), or when the | 1276 | @code{"\\.rb\\'"} (a file with the @file{.rb} extension), or when the |
| 1277 | first line of the file (known as the ``shebang'') matches the string | 1277 | first line of the file (known as the ``shebang'') matches the string |
| 1278 | @code{"ruby"}: | 1278 | @code{"ruby"}: |
| 1279 | 1279 | ||