summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitry Gutov <dmitry@gutov.dev>2023-05-04 01:39:15 +0300
committerDmitry Gutov <dmitry@gutov.dev>2023-05-04 01:39:15 +0300
commiteaad302bd6f1d30bed1fbdd02e5091d13ce0c7ba (patch)
tree2d0e6817e5bdf48de66c650f84b1edf4ee42e809 /doc
parenteaf25b9c6ae4020f76a810b6920b65613ca50e5d (diff)
downloademacs-eaad302bd6f1d30bed1fbdd02e5091d13ce0c7ba.tar.gz
Rename eglot-update to eglot-upgrade
* doc/misc/eglot.texi (Getting the latest version): Update the reference. * lisp/progmodes/eglot.el (eglot-upgrade): Rename from 'eglot-update', as discussed on emacs-devel, in line with 'package-upgrade'.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/eglot.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi
index 542a4259d66..8ac14372e36 100644
--- a/doc/misc/eglot.texi
+++ b/doc/misc/eglot.texi
@@ -1307,7 +1307,7 @@ Eglot, use @kbd{M-x package-install}.
Often, a newer Eglot version exists that has fixed a longstanding bug,
has more LSP features, or just better supports a particular language
server. Recent Eglot versions can self-update via the command
-@kbd{M-x eglot-update}. This will replace any currently installed
+@kbd{M-x eglot-upgrade}. This will replace any currently installed
version with the newest one available from the ELPA archives
configured in @code{package-archives}.