From: Dmitry Gutov Date: Sat, 25 May 2019 22:48:27 +0000 (+0300) Subject: ; Minor docstring change X-Git-Tag: emacs-27.0.90~2790 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2be225c3a042441484c716c27dcd43c5eb0ad8f9;p=emacs.git ; Minor docstring change --- diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index b2f841b4640..d7e82d1d403 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -842,7 +842,7 @@ FETCHER is a function of no arguments that returns a list of xref values. It must not depend on the current buffer or selected window. -ALIST will include the following keys: +ALIST will include at least the following keys: WINDOW for the window that was selected before the current command was called.