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:
parent
be0b44e4ed
commit
e66428a0d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue