]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/emacs/package.texi (Package Installation): Fix markup.
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 Jun 2022 17:22:56 +0000 (20:22 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 Jun 2022 17:22:56 +0000 (20:22 +0300)
doc/emacs/package.texi

index 2eb12e096a90d57217d5c9191fd3612027c45a5b..7e16c82cf5cc66310b35db3acf568191c655f966 100644 (file)
@@ -487,9 +487,9 @@ the package menu with the @samp{held} status.
 @findex package-recompile-all
   Emacs byte code is quite stable, but it's possible for byte code to
 become outdated, or for the compiled files to rely on macros that have
-changed in new versions of Emacs.  You can use the @kbd{M-x
-package-recompile} command to recompile a particular package, or
-@kbd{M-x package-recompile-all} to rebuild all the packages.  (The
+changed in new versions of Emacs.  You can use the command @w{@kbd{M-x
+package-recompile}} to recompile a particular package, or
+@w{@kbd{M-x package-recompile-all}} to recompile all the packages.  (The
 latter command might take quite a while to run if you have many
 installed packages.)