emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/skeleton.el,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/skeleton.el,v
Date: Mon, 13 Aug 2007 13:42:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/skeleton.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/skeleton.el,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- lisp/skeleton.el    26 Jul 2007 05:26:34 -0000      1.50
+++ lisp/skeleton.el    13 Aug 2007 13:41:07 -0000      1.51
@@ -209,8 +209,8 @@
                interesting point set by _
        >       indent line (or interregion if > _) according to major mode
        @       add position to `skeleton-positions'
-       &       do next ELEMENT iff previous moved point
-       |       do next ELEMENT iff previous didn't move point
+       &       do next ELEMENT if previous moved point
+       |       do next ELEMENT if previous didn't move point
        -num    delete num preceding characters (see `skeleton-untabify')
        resume: skipped, continue here if quit is signaled
        nil     skipped




reply via email to

[Prev in Thread] Current Thread [Next in Thread]