all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6743: Backslash regexp in Elisp manual
@ 2010-07-27 23:31 Arni Magnusson
  2010-07-28  0:25 ` Juanma Barranquero
  0 siblings, 1 reply; 4+ messages in thread
From: Arni Magnusson @ 2010-07-27 23:31 UTC (permalink / raw)
  To: 6743

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-28  2:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 23:31 bug#6743: Backslash regexp in Elisp manual Arni Magnusson
2010-07-28  0:25 ` Juanma Barranquero
2010-07-28  2:54   ` Arni Magnusson
2010-07-28  2:58     ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.