summaryrefslogtreecommitdiff
path: root/lisp/jka-compr.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2021-05-04 07:50:28 -0700
committerGlenn Morris <rgm@gnu.org>2021-05-04 07:50:28 -0700
commit0c993ed1d3af6320a8aec6e94c0537bc62948701 (patch)
tree613ed795cec0fff47b68462b293057563a0a1ff5 /lisp/jka-compr.el
parent697fd3e91918b6ec8eeed30fa81885da77af5942 (diff)
parent40228fffd7266d4c2836806ea9b65d8f5b5db607 (diff)
downloademacs-0c993ed1d3af6320a8aec6e94c0537bc62948701.tar.gz
Merge from origin/emacs-27
40228fffd7 (origin/emacs-27) Fix code for newline-and-indent in skele... 56c4c8ef32 * lisp/jka-compr.el (jka-compr-uninstall): Fix function re...
Diffstat (limited to 'lisp/jka-compr.el')
-rw-r--r--lisp/jka-compr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el
index a6223646c11..2f98c8d9ff4 100644
--- a/lisp/jka-compr.el
+++ b/lisp/jka-compr.el
@@ -659,7 +659,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
(lambda (x)