Skip to content

Commit 42c1d88

Browse files
committed
annotation for ess-r-object-completion
1 parent 1d9dcbe commit 42c1d88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lisp/ess-r-completion.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@ to look up any doc strings."
152152
(token (pop completions)))
153153
(when completions
154154
(list (- (point) (length token)) (point)
155-
completions)))
155+
completions
156+
:annotation-function
157+
(lambda (_) " <obj>"))))
156158
(when (string-match "complete" (symbol-name last-command))
157159
(message "No ESS process associated with current buffer")
158160
nil)))

0 commit comments

Comments
 (0)