Match at point.@*
Corresponding string regexp: @samp{\=}
-@item @code{word-start}
+@item @code{word-start}, @code{bow}
@cindex @code{word-start} in rx
+@cindex @code{bow} in rx
Match at the beginning of a word.@*
Corresponding string regexp: @samp{\<}
-@item @code{word-end}
+@item @code{word-end}, @code{eow}
@cindex @code{word-end} in rx
+@cindex @code{eow} in rx
Match at the end of a word.@*
Corresponding string regexp: @samp{\>}
string-end At the end of the string or buffer.
Alias: buffer-end, eos, eot.
point At point.
- word-start At the beginning of a word.
- word-end At the end of a word.
+ word-start At the beginning of a word. Alias: bow.
+ word-end At the end of a word. Alias: eow.
word-boundary At the beginning or end of a word.
not-word-boundary Not at the beginning or end of a word.
symbol-start At the beginning of a symbol.