summaryrefslogtreecommitdiff
path: root/etc/viperCard.tex
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 14:56:31 +0000
commit177c0ea74342272645959b82cf219faa0b3dba16 (patch)
tree44e22b210a9904eab25a66d12e708804b671df75 /etc/viperCard.tex
parentdb95369be096960245dd38678f68464627698678 (diff)
downloademacs-177c0ea74342272645959b82cf219faa0b3dba16.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'etc/viperCard.tex')
-rw-r--r--etc/viperCard.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/viperCard.tex b/etc/viperCard.tex
index 08651320966..fa7fcc262cd 100644
--- a/etc/viperCard.tex
+++ b/etc/viperCard.tex
@@ -95,7 +95,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
\def\ncolumns{\the\columnsperpage}
-\message{[\ncolumns\space
+\message{[\ncolumns\space
column\if 1\ncolumns\else s\fi\space per page]}
\def\scaledmag#1{ scaled \magstep #1}
@@ -180,7 +180,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
\def\bye{\par\vfill\supereject
\if a\abc \else\null\vfill\eject\fi
\if a\abc \else\null\vfill\eject\fi
- \end}
+ \end}
\fi
% we won't be using math mode much, so redefine some of the characters
@@ -279,7 +279,7 @@ in .emacs
\section{Viper States}
-Viper has four states: {\it emacs state}, {\it vi state}, {\it insert state},
+Viper has four states: {\it emacs state}, {\it vi state}, {\it insert state},
{\it replace state}.
Mode line tells you which state you are in.
In emacs state you can do all the normal GNU Emacs editing.
@@ -668,7 +668,7 @@ moves 11 lines below current line to the end of buffer.
\section{Ex Commands}
-Avoid Ex text manipulation commands except substitute.
+Avoid Ex text manipulation commands except substitute.
There are better VI equivalents
for all of them. Also note that all Ex commands expand \% to
current file name. To include a \% in the command, escape it with a $\backslash$.