comparison lisp/emacs-lisp/sregex.el @ 76829:0ca7455cc45c

(sregexq): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 31 Mar 2007 11:19:17 +0000
parents 7a3f13e2dd57
children 8dd3e56c2212 4ef881a120fe
comparison
equal deleted inserted replaced
76828:adfa1b509013 76829:0ca7455cc45c
423 423
424 - the symbol `eot' 424 - the symbol `eot'
425 Stands for \"\\\\'\", matching the empty string at the end of text. 425 Stands for \"\\\\'\", matching the empty string at the end of text.
426 426
427 - the symbol `point' 427 - the symbol `point'
428 Stands for \"\\\\=\", matching the empty string at point. 428 Stands for \"\\\\=\\=\", matching the empty string at point.
429 429
430 - the symbol `word-boundary' 430 - the symbol `word-boundary'
431 Stands for \"\\\\b\", matching the empty string at the beginning or 431 Stands for \"\\\\b\", matching the empty string at the beginning or
432 end of a word. 432 end of a word.
433 433