Changeset 4210 for trunk/lisp/emacs-lisp/rx.el
- Timestamp:
- 2007年06月02日 09時29分41秒 (1 year ago)
- Files:
-
- trunk/lisp/emacs-lisp/rx.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/emacs-lisp/rx.el
r4190 r4210 726 726 727 727 `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. 730 729 731 730 `word-end', `eow' … … 740 739 matches the empty string, but not at the beginning or end of a 741 740 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. 742 747 743 748 `digit', `numeric', `num'
