Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c358be5

Browse files
committedMar 21, 2016
Fix docs
1 parent 759bf5d commit c358be5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎haskell.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,10 @@ If `haskell-process-load-or-reload-prompt' is nil, accept `default'."
339339

340340
;;;###autoload
341341
(defun haskell-mode-jump-to-tag (&optional next-p)
342-
"Jump to the tag of the given identifier."
342+
"Jump to the tag of the given identifier.
343+
344+
Give optional NEXT-P parameter to override value of
345+
`xref-prompt-for-identifier' during definition search."
343346
(interactive "P")
344347
(let ((ident (haskell-ident-at-point))
345348
(tags-file-dir (haskell-cabal--find-tags-dir))

0 commit comments

Comments
 (0)
Please sign in to comment.