summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Távora <joaotavora@gmail.com>2023-02-26 14:05:07 +0000
committerJoão Távora <joaotavora@gmail.com>2023-02-26 14:05:47 +0000
commit75c65fcc98ef5bda8fe91aeb8ba25c03e3182b8e (patch)
tree9d80d9f53b81e0d6368598fb828a0d800520be14
parenta3d15c1f74988b488fc4f924b303f8de620645a9 (diff)
downloademacs-75c65fcc98ef5bda8fe91aeb8ba25c03e3182b8e.tar.gz
; Fix last change
bug#61726 * lisp/progmodes/eglot.el (eglot-current-linepos-function): Fix docstring.
-rw-r--r--lisp/progmodes/eglot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index ccd9cf3ee44..3d511126d93 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1451,7 +1451,7 @@ CONNECT-ARGS are passed as additional arguments to
'eglot-current-column-function 'eglot-current-linepos-function "29.1")
(defvar eglot-current-linepos-function #'eglot-utf-16-linepos
- "Function calculating number of UTF-16 code units from line beginning.
+ "Function calculating number of code units from line beginning.
This is the inverse operation of
`eglot-move-to-linepos-function' (which see). It is a function of