]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the changes in column calculation
authorFelicián Németh <felician.nemeth@gmail.com>
Wed, 8 Jan 2020 15:51:09 +0000 (16:51 +0100)
committerFelicián Németh <felician.nemeth@gmail.com>
Wed, 8 Jan 2020 16:00:49 +0000 (17:00 +0100)
* eglot.el (eglot-current-column-function)
(eglot-move-to-column-function): Document the change of the
default value.

* NEWS.md: Log the change here as well.

lisp/progmodes/eglot.el

index cbfb926036af43e466490297c50a2b6a913546bf..5e83118554fe009f0d4ad3a3f83e7946bdf7b6a3 100644 (file)
@@ -1006,8 +1006,8 @@ This is the inverse operation of
 `eglot-move-to-column-function' (which see).  It is a function of
 no arguments returning a column number.  For buffers managed by
 fully LSP-compliant servers, this should be set to
-`eglot-lsp-abiding-column', and `eglot-current-column' (the default)
-for all others.")
+`eglot-lsp-abiding-column' (the default), and
+`eglot-current-column' for all others.")
 
 (defun eglot-lsp-abiding-column ()
   "Calculate current COLUMN as defined by the LSP spec."
@@ -1033,8 +1033,8 @@ where X is a multi-byte character, it actually means `b', not
 `c'. However, many servers don't follow the spec this closely.
 
 For buffers managed by fully LSP-compliant servers, this should
-be set to `eglot-move-to-lsp-abiding-column', and
-`eglot-move-to-column' (the default) for all others.")
+be set to `eglot-move-to-lsp-abiding-column' (the default), and
+`eglot-move-to-column' for all others.")
 
 (defun eglot-move-to-column (column)
   "Move to COLUMN without closely following the LSP spec."