]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Sun, 24 Sep 2023 06:25:39 +0000 (08:25 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 24 Sep 2023 07:04:43 +0000 (09:04 +0200)
doc/misc/eglot.texi
src/alloc.c

index 89813a179442ce4239c02912ca37175a453f8cb9..3c1d44cd3632e78d5e1ef557f567036faed33101 100644 (file)
@@ -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.
 
index 67b39c5e57ddd3b80f401f10caa4dcd0887c1eff..2d5faf761c4cbb44aff1727b68bee4bb80a4caa8 100644 (file)
@@ -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