]> git.eshelyaron.com Git - emacs.git/commitdiff
Add missing skeleton entries in autotype.texi
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Aug 2019 21:39:52 +0000 (14:39 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 16 Aug 2019 21:39:52 +0000 (14:39 -0700)
* doc/misc/autotype.texi: Add missing entries found in the doc
string to `skeleton-insert' (bug#12563).

doc/misc/autotype.texi

index 5eb45e283431ae898cdef3ec6499993cad5eb59e..96262fcb53027dee2c2ff1d4a4bba34a7cd57f87 100644 (file)
@@ -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.