; Clarify that xref is still experimental

This commit is contained in:
Dmitry Gutov 2016-01-03 02:03:29 +02:00
parent 0a6e6caf65
commit 43662a240b
2 changed files with 8 additions and 0 deletions

View file

@ -955,6 +955,9 @@ As a result of this, the following commands are now obsolete:
`find-tag-other-window', `find-tag-other-frame', `find-tag-regexp',
`tags-apropos', and `tags-loop-continue'.
The framework's API is still experimental and can change in major,
backward-incompatible ways.
*** New variables
`find-tag-marker-ring-length' is now an obsolete alias for

View file

@ -19,6 +19,11 @@
;;; 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 anticiated, 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".
;;