diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-04-06 21:12:02 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-04-06 21:12:02 +0000 |
commit | 333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e (patch) | |
tree | c113969e826ca661bbbfd57cbc793e1f327d7732 /man/viper.texi | |
parent | eb67c5d64da2a2eb5669f0d77871ad8903098b3e (diff) | |
download | emacs-333c5fc5b9b3ad85a2c906c8e2e3a548ec04e49e.tar.gz |
Fix cross references.
Diffstat (limited to 'man/viper.texi')
-rw-r--r-- | man/viper.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/viper.texi b/man/viper.texi index a5b102acd56..c0059da3a97 100644 --- a/man/viper.texi +++ b/man/viper.texi @@ -596,7 +596,7 @@ Most commands, @kbd{~}, @kbd{[[}, @kbd{p}, @kbd{/}, @dots{}, etc., take counts. Viper uses Emacs Regular Expressions for searches. These are a superset of Vi regular expressions, excepting the change-of-case escapes @samp{\u}, @samp{\L}, -@dots{}, etc. @xref{Regular Expressions,,Regular Expressions,emacs,The +@dots{}, etc. @xref{Regexps,,Syntax of Regular Expressions,emacs,The GNU Emacs Manual}, for details. Files specified to @kbd{:e} use @code{csh} regular expressions (globbing, wildcards, what have you). |