diff options
| author | João Távora | 2023-02-26 14:05:07 +0000 |
|---|---|---|
| committer | João Távora | 2023-02-26 14:05:47 +0000 |
| commit | 75c65fcc98ef5bda8fe91aeb8ba25c03e3182b8e (patch) | |
| tree | 9d80d9f53b81e0d6368598fb828a0d800520be14 | |
| parent | a3d15c1f74988b488fc4f924b303f8de620645a9 (diff) | |
| download | emacs-75c65fcc98ef5bda8fe91aeb8ba25c03e3182b8e.tar.gz emacs-75c65fcc98ef5bda8fe91aeb8ba25c03e3182b8e.zip | |
; Fix last change
bug#61726
* lisp/progmodes/eglot.el (eglot-current-linepos-function): Fix docstring.
| -rw-r--r-- | lisp/progmodes/eglot.el | 2 |
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 | |||
| 1451 | 'eglot-current-column-function 'eglot-current-linepos-function "29.1") | 1451 | 'eglot-current-column-function 'eglot-current-linepos-function "29.1") |
| 1452 | 1452 | ||
| 1453 | (defvar eglot-current-linepos-function #'eglot-utf-16-linepos | 1453 | (defvar eglot-current-linepos-function #'eglot-utf-16-linepos |
| 1454 | "Function calculating number of UTF-16 code units from line beginning. | 1454 | "Function calculating number of code units from line beginning. |
| 1455 | 1455 | ||
| 1456 | This is the inverse operation of | 1456 | This is the inverse operation of |
| 1457 | `eglot-move-to-linepos-function' (which see). It is a function of | 1457 | `eglot-move-to-linepos-function' (which see). It is a function of |