From 56c4c8ef323a3e205f3ffa299b24afdcb1cdf9cc Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 2 May 2021 01:01:28 +0200 Subject: [PATCH 1/2] * lisp/jka-compr.el (jka-compr-uninstall): Fix function reference. --- lisp/jka-compr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 4466130293a..f9bec722f14 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -661,7 +661,7 @@ It is not recommended to set this variable permanently to anything but nil.") "Uninstall jka-compr. This removes the entries in `file-name-handler-alist' and `auto-mode-alist' and `inhibit-local-variables-suffixes' that were added -by `jka-compr-installed'." +by `jka-compr-install'." ;; Delete from inhibit-local-variables-suffixes what jka-compr-install added. (mapc (function (lambda (x) From 40228fffd7266d4c2836806ea9b65d8f5b5db607 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 2 May 2021 20:57:38 +0200 Subject: [PATCH 2/2] 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 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