




 
editor:*find-likely-function-ignores*
Contains a list of symbols likely to be found at the beginning of a form (such as 
apply
, 
funcall
, 
defun
, 
defmethod
, 
defgeneric
).
This variable determines how definitions found by the commands Find Source, Find Source for Dspec and Find Tag are shown. The value should be a list of length 2.
The first element controls the positioning of the definition: when 
t
, show it at the top of the editor window; when a non-negative fixnum, position it that many lines from the top; and when 
nil
, position it at the center of the window. 
The second element can be 
:highlight
, meaning highlight the definition, or 
nil
, meaning do not highlight it.
The initial value of 
*source-found-action*
 is 
(nil :highlight)
.