From 9b933a6033161407c225ff2ff3147d7d587e2e91 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 24 Sep 2023 08:25:39 +0200 Subject: [PATCH] ; Fix typos --- doc/misc/eglot.texi | 2 +- src/alloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/misc/eglot.texi b/doc/misc/eglot.texi index 89813a17944..3c1d44cd363 100644 --- a/doc/misc/eglot.texi +++ b/doc/misc/eglot.texi @@ -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. diff --git a/src/alloc.c b/src/alloc.c index 67b39c5e57d..2d5faf761c4 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -105,7 +105,7 @@ along with GNU Emacs. If not, see . */ 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 -- 2.39.2