diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:40:09 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:40:09 +0000 |
commit | 4837b516ea56c6cc2b3ce823b04078b10b2defc6 (patch) | |
tree | 8d2cf5aab413be0a169520329f869601e2fed0bf /lisp/skeleton.el | |
parent | 5453fa41122e3278a442f4fab855561e41f4034f (diff) | |
download | emacs-4837b516ea56c6cc2b3ce823b04078b10b2defc6.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/skeleton.el')
-rw-r--r-- | lisp/skeleton.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 33e223e4b2b..4425bb0389a 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -209,8 +209,8 @@ If ELEMENT is a string or a character it gets inserted (see also 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 |