]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix code for newline-and-indent in skeleton language.
authorPhilipp Stephani <phst@google.com>
Sun, 2 May 2021 18:57:38 +0000 (20:57 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 2 May 2021 18:57:38 +0000 (20:57 +0200)
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.

doc/misc/autotype.texi

index 72ba73697d3ccaa9fbbed55948b165522cb7c1cc..5f9dc01d33f7546d74d217cb14e994dcb700dbd8 100644 (file)
@@ -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