emacs-devel
[Top][All Lists]
Advanced

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

sregex doc fix


From: Stuart D. Herring
Subject: sregex doc fix
Date: Wed, 28 Feb 2007 15:04:14 -0800 (PST)
User-agent: SquirrelMail/1.4.8-2.el3.7lanl

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.




reply via email to

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