diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-05-15 11:15:06 +0200 |
commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /src/lread.c | |
parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.bz2 emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.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 2538851bac6..409e97cdfa6 100644 --- a/src/lread.c +++ b/src/lread.c @@ -3497,7 +3497,7 @@ read1 (Lisp_Object readcharfun, int *pch, bool first_in_list, bool locate_syms) /* Optimisation: since the placeholder is already a cons, repurpose it as the actual value. - This allows us to skip the substition below, + This allows us to skip the substitution below, since the placeholder is already referenced inside TEM at the appropriate places. */ Fsetcar (placeholder, XCAR (tem)); |