From: Stefan Kangas Date: Tue, 9 Aug 2022 10:16:15 +0000 (+0200) Subject: * lisp/isearch.el (isearch-mode-help): Make compat alias obsolete. X-Git-Tag: emacs-29.0.90~1447^2~287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4abeb61fc966fe708b26abcad13fc229ed44bc5d;p=emacs.git * lisp/isearch.el (isearch-mode-help): Make compat alias obsolete. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 336c5f1bde2..31fcf01949f 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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