]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix inaccuracy in ELisp Reference manual
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Dec 2024 12:04:26 +0000 (14:04 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:22:15 +0000 (21:22 +0100)
* doc/lispref/objects.texi (Basic Char Syntax): Fix inaccurate
wording.  (Bug#75113)

(cherry picked from commit 2ba6387d1d63072c5faaa7798c8ef7b00ca883c3)

doc/lispref/objects.texi

index df9c2267cc4e3a7967c8ca5970b6e35fa9972983..c782256390f6b2645786f80c452e82e5195ae4e1 100644 (file)
@@ -445,7 +445,7 @@ characters which resemble the previously mentioned @acronym{ASCII}
 ones, to avoid confusing people reading your code.  Emacs will
 highlight some non-escaped commonly confused characters such as
 @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
 @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,