@@ -481,17 +481,16 @@ Otherwise, use cached results if the buffer already exists and is populated."
481
481
" Receives a list of FILE_REFERENCES for information purpose."
482
482
(setq phpactor-references file_references)
483
483
(let ((len (length file_references)))
484
- (message " Phpactor changed %d %s , use phpactor-list- references to check them "
484
+ (message " Phpactor changed %d %s , visit `*Phpactor references*' buffer to check them "
485
485
len
486
486
(if (= len 1 ) " reference" " references" ))))
487
487
488
488
; ;; Listing references in this buffer
489
489
(defconst phpactor-references-buffer " *Phpactor references*"
490
490
" The name of the buffer to list referenced files." )
491
491
492
- (defun phpactor-list-references ()
492
+ (defun phpactor-- list-references ()
493
493
" View references in a new buffer."
494
- (interactive )
495
494
(let ((current-references phpactor-references))
496
495
(switch-to-buffer (get-buffer-create phpactor-references-buffer))
497
496
(set-window-dedicated-p (get-buffer-window ) t )
@@ -843,7 +842,7 @@ If any region is active, it takes precedence over symbol at point."
843
842
(interactive )
844
843
(let ((arguments (phpactor--command-argments :source :path :offset )))
845
844
(apply #'phpactor-action-dispatch (phpactor--rpc " references" arguments))
846
- (phpactor-list-references)))
845
+ (phpactor-- list-references)))
847
846
848
847
;;;### autoload
849
848
(defun phpactor-replace-references ()
0 commit comments