summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2021-05-02 01:01:28 +0200
committerPhilipp Stephani <phst@google.com>2021-05-02 01:02:00 +0200
commit56c4c8ef323a3e205f3ffa299b24afdcb1cdf9cc (patch)
treeb29d12f09380d38c4b6b1d6cfad111192cd4e059
parent6a46d3d8094173b35d048361b9c2bdcd53e53643 (diff)
downloademacs-56c4c8ef323a3e205f3ffa299b24afdcb1cdf9cc.tar.gz
* lisp/jka-compr.el (jka-compr-uninstall): Fix function reference.
-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 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)