summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2021-05-02 20:57:38 +0200
committerPhilipp Stephani <phst@google.com>2021-05-02 20:57:38 +0200
commit40228fffd7266d4c2836806ea9b65d8f5b5db607 (patch)
tree0edea92d1b83aa3836eecc377f66506d9c6ff076
parent56c4c8ef323a3e205f3ffa299b24afdcb1cdf9cc (diff)
downloademacs-40228fffd7266d4c2836806ea9b65d8f5b5db607.tar.gz
Fix code for newline-and-indent in skeleton language.
The code for this is the symbol 'n', which is usually spelled as '\n' here, not the character ?\n. * doc/misc/autotype.texi (Skeleton Language): Fix item for newline-and-indent.
-rw-r--r--doc/misc/autotype.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index 72ba73697d3..5f9dc01d33f 100644
--- a/doc/misc/autotype.texi
+++ b/doc/misc/autotype.texi
@@ -579,7 +579,7 @@ table:
@vindex skeleton-transformation
Insert string or character. Literal strings and characters are passed through
@code{skeleton-transformation} when that is non-@code{nil}.
-@item @code{?\n}
+@item @code{\n}
@c ??? something seems very wrong here.
Insert a newline and align under current line, but not if this is the
last element of a skeleton and the newline would be inserted at end of