all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* sregex doc fix
@ 2007-02-28 23:04 Stuart D. Herring
  0 siblings, 0 replies; only message in thread
From: Stuart D. Herring @ 2007-02-28 23:04 UTC (permalink / raw)
  To: emacs-devel

A trivial patch that properly escapes the \= in `sregexq''s docstring (as
it is meaningful both in regexes and in docstrings):

Index: sregex.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/sregex.el,v
retrieving revision 1.11
diff -c -r1.11 sregex.el
*** sregex.el	21 Jan 2007 02:44:24 -0000	1.11
--- sregex.el	28 Feb 2007 23:03:02 -0000
***************
*** 425,431 ****
    Stands for \"\\\\'\", matching the empty string at the end of text.

  - the symbol `point'
!   Stands for \"\\\\=\", matching the empty string at point.

  - the symbol `word-boundary'
    Stands for \"\\\\b\", matching the empty string at the beginning or
--- 425,431 ----
    Stands for \"\\\\'\", matching the empty string at the end of text.

  - the symbol `point'
!   Stands for \"\\\\=\\=\", matching the empty string at point.

  - the symbol `word-boundary'
    Stands for \"\\\\b\", matching the empty string at the beginning or

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-28 23:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-28 23:04 sregex doc fix Stuart D. Herring

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.