From: Eli Zaretskii Date: Sat, 21 Aug 2021 08:17:09 +0000 (+0300) Subject: Improve doc string of 'M-.' X-Git-Tag: emacs-28.0.90~1398 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f658b955ccf256d83917c9f94bdfee36b84105bf;p=emacs.git Improve doc string of 'M-.' * lisp/progmodes/xref.el (xref-find-definitions): Mention 'M-,' in the doc string. --- diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index b6ad4854070..21f4abfccf4 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -1309,7 +1309,9 @@ prompt for it. If sufficient information is available to determine a unique definition for IDENTIFIER, display it in the selected window. Otherwise, display the list of the possible definitions in a -buffer where the user can select from the list." +buffer where the user can select from the list. + +Use \\[xref-pop-marker-stack] to return back to where you invoked this command." (interactive (list (xref--read-identifier "Find definitions of: "))) (xref--find-definitions identifier nil))