diff options
| author | Mattias EngdegÄrd | 2022-07-02 12:01:18 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2022-07-02 13:32:41 +0200 |
| commit | 8d68760ddee3690b4312fdb5d85210cb21b4eb7d (patch) | |
| tree | 9332368efe35507bd11da1a743628871fc983e0a /src/lread.c | |
| parent | c5aec9b10d709b91a0188b705b653bd2a59fff2d (diff) | |
| download | emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.gz emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.zip | |
; Fix typos.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 66b13916465..ef2bb036e35 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -4877,7 +4877,7 @@ oblookup (Lisp_Object obarray, register const char *ptr, ptrdiff_t size, ptrdiff | |||
| 4877 | 4877 | ||
| 4878 | /* Like 'oblookup', but considers 'Vread_symbol_shorthands', | 4878 | /* Like 'oblookup', but considers 'Vread_symbol_shorthands', |
| 4879 | potentially recognizing that IN is shorthand for some other | 4879 | potentially recognizing that IN is shorthand for some other |
| 4880 | longhand name, which is then then placed in OUT. In that case, | 4880 | longhand name, which is then placed in OUT. In that case, |
| 4881 | memory is malloc'ed for OUT (which the caller must free) while | 4881 | memory is malloc'ed for OUT (which the caller must free) while |
| 4882 | SIZE_OUT and SIZE_BYTE_OUT respectively hold the character and byte | 4882 | SIZE_OUT and SIZE_BYTE_OUT respectively hold the character and byte |
| 4883 | sizes of the transformed symbol name. If IN is not recognized | 4883 | sizes of the transformed symbol name. If IN is not recognized |