emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 75c65fcc98e: ; Fix last change


From: João Távora
Subject: emacs-29 75c65fcc98e: ; Fix last change
Date: Sun, 26 Feb 2023 09:16:27 -0500 (EST)

branch: emacs-29
commit 75c65fcc98ef5bda8fe91aeb8ba25c03e3182b8e
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    ; Fix last change
    
    bug#61726
    
    * lisp/progmodes/eglot.el (eglot-current-linepos-function): Fix docstring.
---
 lisp/progmodes/eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]