From: Dmitry Gutov Date: Thu, 22 Apr 2021 21:19:26 +0000 (+0300) Subject: * lisp/progmodes/xref.el: Remove the "still experimental" note. X-Git-Tag: emacs-28.0.90~2769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a15694a450d5a0d4922418585ea5c12f02bde9e;p=emacs.git * lisp/progmodes/xref.el: Remove the "still experimental" note. --- diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 5f1c32b212c..1e52318ba7b 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -24,11 +24,6 @@ ;;; Commentary: -;; NOTE: The xref API is still experimental and can change in major, -;; backward-incompatible ways. Everyone is encouraged to try it, and -;; report to us any problems or use cases we hadn't anticipated, by -;; sending an email to emacs-devel, or `M-x report-emacs-bug'. -;; ;; This file provides a somewhat generic infrastructure for cross ;; referencing commands, in particular "find-definition". ;;