emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 0bd26abf7fb 3/3: ; * doc/misc/use-package.texi: Fix @file.


From: Eli Zaretskii
Subject: emacs-29 0bd26abf7fb 3/3: ; * doc/misc/use-package.texi: Fix @file.
Date: Fri, 9 Dec 2022 11:22:14 -0500 (EST)

branch: emacs-29
commit 0bd26abf7fbcfdc6068cdbd9da278cf0bd97eacc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/misc/use-package.texi: Fix @file.
---
 doc/misc/use-package.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]