aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/autotype.texi7
2 files changed, 9 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index b1d7c3a7a0c..69aa171b554 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12014-06-22 Eli Zaretskii <eliz@gnu.org>
2
3 * autotype.texi (Skeleton Language): Document the \n feature
4 better.
5
12014-06-21 Eli Zaretskii <eliz@gnu.org> 62014-06-21 Eli Zaretskii <eliz@gnu.org>
2 7
3 * autotype.texi (Skeleton Language): Document the feature of \n 8 * autotype.texi (Skeleton Language): Document the feature of \n
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index dafec226d5d..3ddeb08a306 100644
--- a/doc/misc/autotype.texi
+++ b/doc/misc/autotype.texi
@@ -234,9 +234,10 @@ Insert string or character. Literal strings and characters are passed through
234@c ??? something seems very wrong here. 234@c ??? something seems very wrong here.
235Insert a newline and align under current line, but not if this is the 235Insert a newline and align under current line, but not if this is the
236last element of a skeleton and the newline would be inserted at end of 236last element of a skeleton and the newline would be inserted at end of
237line. Use newline character @code{?\n} to prevent alignment. Use 237line, or this is the first element and the newline would be inserted
238@code{"\n"} as the last string element of a skeleton to insert a 238at beginning of line. Use newline character @code{?\n} to prevent
239newline after the skeleton unconditionally. 239alignment. Use @code{"\n"} as the first or last string element of a
240skeleton to insert a newline unconditionally.
240@item @code{_} 241@item @code{_}
241Interesting point. When wrapping skeletons around successive regions, they are 242Interesting point. When wrapping skeletons around successive regions, they are
242put at these places. Point is left at first @code{_} where nothing is wrapped. 243put at these places. Point is left at first @code{_} where nothing is wrapped.