bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#6743: Backslash regexp in Elisp manual


From: Arni Magnusson
Subject: bug#6743: Backslash regexp in Elisp manual
Date: Tue, 27 Jul 2010 23:31:30 +0000 (UTC)
User-agent: Alpine 2.00 (LFD 1167 2008-08-23)

The current version (23.2) of the Elisp manual (http://www.gnu.org/software/emacs/manual/texi/elisp.texi.tar.gz) has a minor typo in Section 34.3.1.1 Special Characters in Regular Expressions (searching.texi) where

  Therefore, the read syntax for a regular expression matching
  @samp{\} is @code{"\\\\"}.

should be

  Therefore, the read syntax for a regular expression matching
  @samp{\\} is @code{"\\\\"}.

Arni





reply via email to

[Prev in Thread] Current Thread [Next in Thread]