branch: elpa/go-mode
commit 11e7b4e6c23b67180bdbf009b91ffe4cf2be66b7
Author: Lowe Thiderman <[email protected]>
Commit: Lowe Thiderman <[email protected]>
Fix copy-pasted docstring of go-goto-arguments
---
go-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go-mode.el b/go-mode.el
index bbf6ef1..7c936ed 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -1612,7 +1612,7 @@ If the function is anonymous, place point on the 'func'
keyword."
(forward-char 4)))))
(defun go-goto-arguments ()
- "Go to the return value declaration of the current function."
+ "Go to the arguments of the current function."
(interactive)
(go-goto-function-name)
(forward-word 1)