; Fix typos
This commit is contained in:
parent
1cdc5cdc56
commit
9b933a6033
2 changed files with 2 additions and 2 deletions
|
@ -1378,7 +1378,7 @@ Elisp plists (@pxref{JSONRPC objects in Elisp}).
|
|||
The Eglot generic function machinery will automatically destructure
|
||||
the incoming message, so these two properties can simply be added to
|
||||
the new method's lambda list as @code{&key} arguments. Also, the
|
||||
@code{eglot-uri-to-path} and@code{eglot-range-region} may be used to
|
||||
@code{eglot-uri-to-path} and @code{eglot-range-region} may be used to
|
||||
easily parse the LSP @code{:uri} and @code{:start ... :end ...}
|
||||
objects to obtain Emacs objects for file names and positions.
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
or a new vector block is allocated (allocate_vector_from_block).
|
||||
Accordingly, objects reused from the free list are unpoisoned.
|
||||
|
||||
This feature can be disabled wtih the run-time flag
|
||||
This feature can be disabled with the run-time flag
|
||||
`allow_user_poisoning' set to zero. */
|
||||
#if ADDRESS_SANITIZER && defined HAVE_SANITIZER_ASAN_INTERFACE_H \
|
||||
&& !defined GC_ASAN_POISON_OBJECTS
|
||||
|
|
Loading…
Add table
Reference in a new issue