comparison man/viper.texi @ 50475:b65aa1d740eb

Fix cross references.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 06 Apr 2003 21:12:02 +0000
parents 23a1cea22d13
children 695cf19ef79e
comparison
equal deleted inserted replaced
50474:b473e7c82366 50475:b65aa1d740eb
594 @comment ]] Just to balance parens 594 @comment ]] Just to balance parens
595 @item Regexps 595 @item Regexps
596 Viper uses Emacs Regular Expressions for searches. These are a superset of 596 Viper uses Emacs Regular Expressions for searches. These are a superset of
597 Vi regular 597 Vi regular
598 expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L}, 598 expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L},
599 @dots{}, etc. @xref{Regular Expressions,,Regular Expressions,emacs,The 599 @dots{}, etc. @xref{Regexps,,Syntax of Regular Expressions,emacs,The
600 GNU Emacs Manual}, for details. 600 GNU Emacs Manual}, for details.
601 Files specified to @kbd{:e} use @code{csh} regular expressions 601 Files specified to @kbd{:e} use @code{csh} regular expressions
602 (globbing, wildcards, what have you). 602 (globbing, wildcards, what have you).
603 However, the function @code{viper-toggle-search-style}, bound to @kbd{C-c /}, 603 However, the function @code{viper-toggle-search-style}, bound to @kbd{C-c /},
604 lets the user switch from search with regular expressions to plain vanilla 604 lets the user switch from search with regular expressions to plain vanilla