aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMichael Kifer2006-10-23 19:20:15 +0000
committerMichael Kifer2006-10-23 19:20:15 +0000
commit7eb605c752b669ea2aa89040f512f91ce4a3de63 (patch)
tree630f5b2ea9e197c3e2681bf0e6f282ec4f6fd2d9 /man
parent6c2962c2287aa702dd81d60e1da7c267ce166a6f (diff)
downloademacs-7eb605c752b669ea2aa89040f512f91ce4a3de63.tar.gz
emacs-7eb605c752b669ea2aa89040f512f91ce4a3de63.zip
2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
* viper-cmd.el (viper-prefix-arg-com): define gg as G0 * viper-ex.el (ex-read): quote file argument. * ediff-diff.el (ediff-same-file-contents): expand file names. * ediff-mult.el (ediff-append-custom-diff): quote shell file arguments.
Diffstat (limited to 'man')
-rw-r--r--man/viper.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/viper.texi b/man/viper.texi
index aadb8f9aed7..eb77bb71e1d 100644
--- a/man/viper.texi
+++ b/man/viper.texi
@@ -178,7 +178,7 @@ in some cases, especially in the Vi Insert state. John Hawkins
178<jshawkin@@eecs.umich.edu> has provided a set of customizations, which 178<jshawkin@@eecs.umich.edu> has provided a set of customizations, which
179enables additional Emacs bindings under Viper. These customizations can be 179enables additional Emacs bindings under Viper. These customizations can be
180included in your @file{~/.viper} file and are found at the following URL: 180included in your @file{~/.viper} file and are found at the following URL:
181@file{http://www.eecs.umich.edu/~jshawkin/viper-sample}. 181@file{http://traeki.freeshell.org/files/viper-sample}.
182 182
183@menu 183@menu
184* Emacs Preliminaries:: Basic concepts in Emacs. 184* Emacs Preliminaries:: Basic concepts in Emacs.