@@ -481,17 +481,16 @@ Otherwise, use cached results if the buffer already exists and is populated."
481481 " Receives a list of FILE_REFERENCES for information purpose."
482482 (setq phpactor-references file_references)
483483 (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 "
485485 len
486486 (if (= len 1 ) " reference" " references" ))))
487487
488488; ;; Listing references in this buffer
489489(defconst phpactor-references-buffer " *Phpactor references*"
490490 " The name of the buffer to list referenced files." )
491491
492- (defun phpactor-list-references ()
492+ (defun phpactor-- list-references ()
493493 " View references in a new buffer."
494- (interactive )
495494 (let ((current-references phpactor-references))
496495 (switch-to-buffer (get-buffer-create phpactor-references-buffer))
497496 (set-window-dedicated-p (get-buffer-window ) t )
@@ -843,7 +842,7 @@ If any region is active, it takes precedence over symbol at point."
843842 (interactive )
844843 (let ((arguments (phpactor--command-argments :source :path :offset )))
845844 (apply #'phpactor-action-dispatch (phpactor--rpc " references" arguments))
846- (phpactor-list-references)))
845+ (phpactor-- list-references)))
847846
848847;;;### autoload
849848(defun phpactor-replace-references ()
0 commit comments