]> git.eshelyaron.com Git - emacs.git/commitdiff
; Auto-commit of loaddefs files.
authorGlenn Morris <rgm@gnu.org>
Sat, 1 Sep 2018 10:23:14 +0000 (06:23 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 1 Sep 2018 10:23:14 +0000 (06:23 -0400)
lisp/ldefs-boot.el

index 93b321a5dc639bb1b851baf9267bda1d1996b0fb..2ff94d333ba736faf1f2d3473f6f4417033c382f 100644 (file)
@@ -38505,7 +38505,11 @@ Like `xref-find-definitions' but switch to the other frame.
 
 (autoload 'xref-find-references "xref" "\
 Find references to the identifier at point.
-With prefix argument, prompt for the identifier.
+This command might prompt for the identifier as needed, perhaps
+offering the symbol at point as the default.
+With prefix argument, or if `xref-prompt-for-identifier' is t,
+always prompt for the identifier.  If `xref-prompt-for-identifier'
+is nil, prompt only if there's no usable symbol at point.
 
 \(fn IDENTIFIER)" t nil)