diff options
| author | Stefan Kangas | 2023-09-24 08:25:39 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-09-24 09:04:43 +0200 |
| commit | 9b933a6033161407c225ff2ff3147d7d587e2e91 (patch) | |
| tree | d4ee4ba984ba67db4706ac6781b5f230d46b00d9 | |
| parent | 1cdc5cdc56b2cd78ad8a314dea16bbb8d82b97db (diff) | |
| download | emacs-9b933a6033161407c225ff2ff3147d7d587e2e91.tar.gz emacs-9b933a6033161407c225ff2ff3147d7d587e2e91.zip | |
; Fix typos
| -rw-r--r-- | doc/misc/eglot.texi | 2 | ||||
| -rw-r--r-- | 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}). | |||
| 1378 | The Eglot generic function machinery will automatically destructure | 1378 | The Eglot generic function machinery will automatically destructure |
| 1379 | the incoming message, so these two properties can simply be added to | 1379 | the incoming message, so these two properties can simply be added to |
| 1380 | the new method's lambda list as @code{&key} arguments. Also, the | 1380 | the new method's lambda list as @code{&key} arguments. Also, the |
| 1381 | @code{eglot-uri-to-path} and@code{eglot-range-region} may be used to | 1381 | @code{eglot-uri-to-path} and @code{eglot-range-region} may be used to |
| 1382 | easily parse the LSP @code{:uri} and @code{:start ... :end ...} | 1382 | easily parse the LSP @code{:uri} and @code{:start ... :end ...} |
| 1383 | objects to obtain Emacs objects for file names and positions. | 1383 | objects to obtain Emacs objects for file names and positions. |
| 1384 | 1384 | ||
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 <https://www.gnu.org/licenses/>. */ | |||
| 105 | or a new vector block is allocated (allocate_vector_from_block). | 105 | or a new vector block is allocated (allocate_vector_from_block). |
| 106 | Accordingly, objects reused from the free list are unpoisoned. | 106 | Accordingly, objects reused from the free list are unpoisoned. |
| 107 | 107 | ||
| 108 | This feature can be disabled wtih the run-time flag | 108 | This feature can be disabled with the run-time flag |
| 109 | `allow_user_poisoning' set to zero. */ | 109 | `allow_user_poisoning' set to zero. */ |
| 110 | #if ADDRESS_SANITIZER && defined HAVE_SANITIZER_ASAN_INTERFACE_H \ | 110 | #if ADDRESS_SANITIZER && defined HAVE_SANITIZER_ASAN_INTERFACE_H \ |
| 111 | && !defined GC_ASAN_POISON_OBJECTS | 111 | && !defined GC_ASAN_POISON_OBJECTS |