summaryrefslogtreecommitdiff
path: root/doc/misc/autotype.texi
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-08-16 14:39:52 -0700
committerLars Ingebrigtsen <larsi@gnus.org>2019-08-16 14:39:52 -0700
commite90c2176ea70006f8ab84f5ee3d0315173e96222 (patch)
tree045d63b2d00459dbaf380e442df0b23f5abb2543 /doc/misc/autotype.texi
parent496bab789d55ff20f150dd7a7d1d9bb837fb4534 (diff)
downloademacs-e90c2176ea70006f8ab84f5ee3d0315173e96222.tar.gz
Add missing skeleton entries in autotype.texi
* doc/misc/autotype.texi: Add missing entries found in the doc string to `skeleton-insert' (bug#12563).
Diffstat (limited to 'doc/misc/autotype.texi')
-rw-r--r--doc/misc/autotype.texi12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index 5eb45e28343..96262fcb530 100644
--- a/doc/misc/autotype.texi
+++ b/doc/misc/autotype.texi
@@ -240,7 +240,11 @@ alignment. Use @code{"\n"} as the first or last string element of a
skeleton to insert a newline unconditionally.
@item @code{_}
Interesting point. When wrapping skeletons around successive regions, they are
-put at these places. Point is left at first @code{_} where nothing is wrapped.
+put at these places. Point is left at first @code{_} where nothing is
+wrapped.
+@item @code{-}
+Interesting point with no inter-region interaction; overrides
+interesting point set by @code{_}.
@item @code{>}
Indent line according to major mode. When following element is @code{_}, and
there is an interregion that will be wrapped here, indent that interregion.
@@ -250,6 +254,8 @@ something, do following element.
@item @code{|}
Logical xor. If preceding element didn't move point, i.e., usually inserted
nothing, do following element.
+@item @code{@@}
+Add position to @code{skeleton-positions}.
@item @code{-@var{number}}
Delete preceding number characters. Depends on value of
@code{skeleton-untabify}.
@@ -275,6 +281,10 @@ prompt is a lisp-expression that returns successive list-elements.
@item @code{resume:}
Ignored. Execution resumes here if the user quits during skeleton
interpretation.
+@item @code{help}
+Help form during interaction with the user or @code{nil}.
+@item @code{input}
+Initial input (a string or a cons with index) while reading the input.
@item @code{quit}
A constant which is non-@code{nil} when the @code{resume:} section was entered
because the user quit.