]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/xref.el: Remove the "still experimental" note.
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 22 Apr 2021 21:19:26 +0000 (00:19 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 22 Apr 2021 21:19:26 +0000 (00:19 +0300)
lisp/progmodes/xref.el

index 5f1c32b212cf4620556ff8d97148ffde3119481d..1e52318ba7b79f0e6e83b8429a5b33926390607f 100644 (file)
 
 ;;; 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".
 ;;