mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-14 18:10:32 -08:00
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.
This commit is contained in:
parent
56c4c8ef32
commit
40228fffd7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue