]> git.eshelyaron.com Git - emacs.git/commit
Fix the documentation of various aspects of adding Xref history
authorEli Zaretskii <eliz@gnu.org>
Fri, 17 Mar 2023 08:14:41 +0000 (10:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 17 Mar 2023 08:14:41 +0000 (10:14 +0200)
commita4a9ffdd80a2b8ccd2e6705887d3cae0876a50ab
treea8a8aa585e1c88298f6ff2bb22bc6168390fb07d
parenta2222b9a9bfa039d66f836f06762ddea1544df11
Fix the documentation of various aspects of adding Xref history

* lisp/progmodes/xref.el (xref-marker-ring-length)
(xref-set-marker-ring-length):
* lisp/progmodes/etags.el (tags-location-ring-length)
(find-tag-marker-ring): Add doc strings saying the variables are
unused.

* etc/NEWS: Enhance the description of the change which made Xref
marker stack unlimited in its length.

* doc/emacs/maintaining.texi (Looking Up Identifiers): Add back
text lost when xref forward history was added in bug#38797.
Explain the difference between 'C-M-,' and 'M-.'.  Improve
wording (Bug#62229)
doc/emacs/maintaining.texi
etc/NEWS
lisp/progmodes/etags.el
lisp/progmodes/xref.el