aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-09-01 06:23:14 -0400
committerGlenn Morris2018-09-01 06:23:14 -0400
commitf9efbb599f9f8b3dc4ef8603cdfcd0c3b4a23a29 (patch)
tree198b6076b538b1706a13f4154627353a2f8e4c67
parentac7936cb8f4d4d6706535bfcea0d97741c2ca15f (diff)
downloademacs-f9efbb599f9f8b3dc4ef8603cdfcd0c3b4a23a29.tar.gz
emacs-f9efbb599f9f8b3dc4ef8603cdfcd0c3b4a23a29.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index 93b321a5dc6..2ff94d333ba 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -38505,7 +38505,11 @@ Like `xref-find-definitions' but switch to the other frame.
38505 38505
38506(autoload 'xref-find-references "xref" "\ 38506(autoload 'xref-find-references "xref" "\
38507Find references to the identifier at point. 38507Find references to the identifier at point.
38508With prefix argument, prompt for the identifier. 38508This command might prompt for the identifier as needed, perhaps
38509offering the symbol at point as the default.
38510With prefix argument, or if `xref-prompt-for-identifier' is t,
38511always prompt for the identifier. If `xref-prompt-for-identifier'
38512is nil, prompt only if there's no usable symbol at point.
38509 38513
38510\(fn IDENTIFIER)" t nil) 38514\(fn IDENTIFIER)" t nil)
38511 38515