diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2016-01-03 02:03:29 +0200 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2016-01-03 02:04:09 +0200 |
commit | 43662a240b682de94299e797452ba56d01a04883 (patch) | |
tree | 9b1a4f853daec9340cf086a502e872b9617f6076 /lisp/progmodes/xref.el | |
parent | 0a6e6caf65237e034135dd50979fe06feb426d5b (diff) | |
download | emacs-43662a240b682de94299e797452ba56d01a04883.tar.gz emacs-43662a240b682de94299e797452ba56d01a04883.tar.bz2 emacs-43662a240b682de94299e797452ba56d01a04883.zip |
; Clarify that xref is still experimental
Diffstat (limited to 'lisp/progmodes/xref.el')
-rw-r--r-- | lisp/progmodes/xref.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index fe0af0c3430..26471b0df3f 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -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". ;; |