* lisp/isearch.el (isearch-mode-help): Make compat alias obsolete.

This commit is contained in:
Stefan Kangas 2022-08-09 12:16:15 +02:00
parent 5c3c18816e
commit 4abeb61fc9

View file

@ -537,8 +537,6 @@ This is like `describe-bindings', but displays only Isearch keys."
(describe-function 'isearch-forward))
(when isearch-mode (isearch-update)))
(defalias 'isearch-mode-help 'isearch-describe-mode)
;; Define isearch-mode keymap.
@ -4636,6 +4634,8 @@ CASE-FOLD non-nil means the search was case-insensitive."
(replace-regexp-in-string "\"" "[\"“”]")))))
(buffer-local-restore-state isearch-fold-quotes-mode--state)))
(define-obsolete-function-alias 'isearch-mode-help #'isearch-describe-mode "29.1")
(provide 'isearch)
;;; isearch.el ends here