From: Philipp Stephani Date: Sat, 1 May 2021 23:01:28 +0000 (+0200) Subject: * lisp/jka-compr.el (jka-compr-uninstall): Fix function reference. X-Git-Tag: emacs-28.0.90~2616^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56c4c8ef32;p=emacs.git * lisp/jka-compr.el (jka-compr-uninstall): Fix function reference. --- 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)