diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-05-06 09:38:20 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-05-06 09:38:20 +0300 |
commit | 9b775ddc057b61d2f8c6d28997f08e4d70e45c78 (patch) | |
tree | 40a06a9ed50632b369bc598587ff98f14b30091a | |
parent | 79a886ba36837c0e13d83172ab33c1c2680c6e62 (diff) | |
download | emacs-9b775ddc057b61d2f8c6d28997f08e4d70e45c78.tar.gz |
; * etc/EGLOT-NEWS: Fix wording of last change.
-rw-r--r-- | etc/EGLOT-NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/EGLOT-NEWS b/etc/EGLOT-NEWS index fd0d9a24568..ad92748f77c 100644 --- a/etc/EGLOT-NEWS +++ b/etc/EGLOT-NEWS @@ -20,12 +20,12 @@ https://github.com/joaotavora/eglot/issues/1234. * Changes in Eglot 1.12.29 (Eglot bundled with Emacs 29.1) -** Eglot can upgrade itself to the latest version. +** Eglot has a new command to upgrade to the latest version. -The new command 'eglot-upgrade-eglot' works around behaviour in the -existing 'package-install' command and the new 'package-upgrade' -command which would prevent the user from easily grabbing the latest -version as usual. +The new command 'eglot-upgrade-eglot' allows easily grabbing the +latest version of Eglot from ELPA. This might be more convenient than +using the more general command 'package-install', which by default +will not upgrade "built-in" packages, those that come with Emacs. ** LSP inlay hints are now supported. Inlay hints are small text annotations not unlike diagnostics, but |