1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix last change

* lisp/emacs-lisp/package.el (package-mark-install-line)
(package-mark-delete-line): Doc fixes.  (Bug#78794)
This commit is contained in:
Eli Zaretskii 2025-06-22 11:08:04 +03:00
parent be0b44e4ed
commit e66428a0d2

View file

@ -3715,7 +3715,7 @@ Return (PKG-DESC [NAME VERSION STATUS DOC])."
(((class color) (background dark))
:background "seagreen" :extend t)
(t :inherit (highlight) :extend t))
"Face used for highlighting the line where a package is marked to be install."
"Face used for highlighting in package-menu packages marked to be installed."
:version "31.1")
(defface package-mark-delete-line
@ -3724,7 +3724,7 @@ Return (PKG-DESC [NAME VERSION STATUS DOC])."
(((class color) (background dark))
:background "indianred4" :extend t)
(t :inherit (highlight) :extend t))
"Face used for highlighting the line where a package is marked to be delete."
"Face used for highlighting in package-menu packages marked to be deleted."
:version "31.1")