; Clarify that xref is still experimental
This commit is contained in:
parent
0a6e6caf65
commit
43662a240b
2 changed files with 8 additions and 0 deletions
3
etc/NEWS
3
etc/NEWS
|
@ -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',
|
`find-tag-other-window', `find-tag-other-frame', `find-tag-regexp',
|
||||||
`tags-apropos', and `tags-loop-continue'.
|
`tags-apropos', and `tags-loop-continue'.
|
||||||
|
|
||||||
|
The framework's API is still experimental and can change in major,
|
||||||
|
backward-incompatible ways.
|
||||||
|
|
||||||
*** New variables
|
*** New variables
|
||||||
|
|
||||||
`find-tag-marker-ring-length' is now an obsolete alias for
|
`find-tag-marker-ring-length' is now an obsolete alias for
|
||||||
|
|
|
@ -19,6 +19,11 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; 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
|
;; This file provides a somewhat generic infrastructure for cross
|
||||||
;; referencing commands, in particular "find-definition".
|
;; referencing commands, in particular "find-definition".
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue