emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 40228ff: Fix code for newline-and-indent in skeleton language.


From: Philipp Stephani
Subject: emacs-27 40228ff: Fix code for newline-and-indent in skeleton language.
Date: Sun, 2 May 2021 14:59:14 -0400 (EDT)

branch: emacs-27
commit 40228fffd7266d4c2836806ea9b65d8f5b5db607
Author: Philipp Stephani <phst@google.com>
Commit: Philipp Stephani <phst@google.com>

    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.
---
 doc/misc/autotype.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index 72ba736..5f9dc01 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]