Show
Ignore:
Timestamp:
2007年06月02日 09時29分41秒 (1 year ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emacs-lisp/rx.el

    r4190 r4210  
    726726 
    727727`word-start', `bow' 
    728      matches the empty string, but only at the beginning or end of a 
    729      word. 
     728     matches the empty string, but only at the beginning of a word. 
    730729 
    731730`word-end', `eow' 
     
    740739     matches the empty string, but not at the beginning or end of a 
    741740     word. 
     741 
     742`symbol-start' 
     743     matches the empty string, but only at the beginning of a symbol. 
     744 
     745`symbol-end' 
     746     matches the empty string, but only at the end of a symbol. 
    742747 
    743748`digit', `numeric', `num'