; Fix inaccuracy in ELisp Reference manual

* doc/lispref/objects.texi (Basic Char Syntax): Fix inaccurate
wording.  (Bug#75113)
This commit is contained in:
Eli Zaretskii 2024-12-28 14:04:26 +02:00
parent 8ac6a17880
commit 2ba6387d1d

View file

@ -445,7 +445,7 @@ characters which resemble the previously mentioned @acronym{ASCII}
ones, to avoid confusing people reading your code. Emacs will ones, to avoid confusing people reading your code. Emacs will
highlight some non-escaped commonly confused characters such as highlight some non-escaped commonly confused characters such as
@samp{} to encourage this. You can also add a backslash before whitespace @samp{} to encourage this. You can also add a backslash before whitespace
characters such as space, tab, newline and formfeed. However, it is characters such as space and tab. However, it is
cleaner to use one of the easily readable escape sequences, such as cleaner to use one of the easily readable escape sequences, such as
@samp{\t} or @samp{\s}, instead of an actual whitespace character such @samp{\t} or @samp{\s}, instead of an actual whitespace character such
as a tab or a space. (If you do write backslash followed by a space, as a tab or a space. (If you do write backslash followed by a space,