diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2019-05-26 01:48:27 +0300 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2019-05-26 01:49:00 +0300 |
commit | 2be225c3a042441484c716c27dcd43c5eb0ad8f9 (patch) | |
tree | 1dfc39578e618922ce075d8d208c2fbaeb2f04f8 | |
parent | 8a897214572f742378173fe69506b748ddb6d2d0 (diff) | |
download | emacs-2be225c3a042441484c716c27dcd43c5eb0ad8f9.tar.gz emacs-2be225c3a042441484c716c27dcd43c5eb0ad8f9.tar.bz2 emacs-2be225c3a042441484c716c27dcd43c5eb0ad8f9.zip |
; Minor docstring change
-rw-r--r-- | lisp/progmodes/xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |