diff options
| -rw-r--r-- | doc/misc/autotype.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi index c5f0703cf19..dafec226d5d 100644 --- a/doc/misc/autotype.texi +++ b/doc/misc/autotype.texi | |||
| @@ -232,9 +232,11 @@ Insert string or character. Literal strings and characters are passed through | |||
| 232 | @code{skeleton-transformation} when that is non-@code{nil}. | 232 | @code{skeleton-transformation} when that is non-@code{nil}. |
| 233 | @item @code{?\n} | 233 | @item @code{?\n} |
| 234 | @c ??? something seems very wrong here. | 234 | @c ??? something seems very wrong here. |
| 235 | If not at end of line, insert a newline and align under current line. | 235 | Insert a newline and align under current line, but not if this is the |
| 236 | Use newline character @code{?\n} to prevent alignment. Use | 236 | last element of a skeleton and the newline would be inserted at end of |
| 237 | @code{"\n"} as a string to insert a newline unconditionally. | 237 | line. Use newline character @code{?\n} to prevent alignment. Use |
| 238 | @code{"\n"} as the last string element of a skeleton to insert a | ||
| 239 | newline after the skeleton unconditionally. | ||
| 238 | @item @code{_} | 240 | @item @code{_} |
| 239 | Interesting point. When wrapping skeletons around successive regions, they are | 241 | Interesting point. When wrapping skeletons around successive regions, they are |
| 240 | put at these places. Point is left at first @code{_} where nothing is wrapped. | 242 | put at these places. Point is left at first @code{_} where nothing is wrapped. |