]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/jka-compr.el (jka-compr-uninstall): Fix function reference.
authorPhilipp Stephani <phst@google.com>
Sat, 1 May 2021 23:01:28 +0000 (01:01 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 1 May 2021 23:02:00 +0000 (01:02 +0200)
lisp/jka-compr.el

index 4466130293a13ff24482640e01821360abe2dcdd..f9bec722f1491f6c196b29292a381774d50656a1 100644 (file)
@@ -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)