mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
; Fix last change
bug#61726 * lisp/progmodes/eglot.el (eglot-current-linepos-function): Fix docstring.
This commit is contained in:
parent
a3d15c1f74
commit
75c65fcc98
1 changed files with 1 additions and 1 deletions
|
@ -1451,7 +1451,7 @@ CONNECT-ARGS are passed as additional arguments to
|
||||||
'eglot-current-column-function 'eglot-current-linepos-function "29.1")
|
'eglot-current-column-function 'eglot-current-linepos-function "29.1")
|
||||||
|
|
||||||
(defvar eglot-current-linepos-function #'eglot-utf-16-linepos
|
(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
|
This is the inverse operation of
|
||||||
`eglot-move-to-linepos-function' (which see). It is a function of
|
`eglot-move-to-linepos-function' (which see). It is a function of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue