emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode 11e7b4e 259/495: Fix copy-pasted docstring of go-g


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 11e7b4e 259/495: Fix copy-pasted docstring of go-goto-arguments
Date: Sat, 7 Aug 2021 09:05:27 -0400 (EDT)

branch: elpa/go-mode
commit 11e7b4e6c23b67180bdbf009b91ffe4cf2be66b7
Author: Lowe Thiderman <lowe.thiderman@gmail.com>
Commit: Lowe Thiderman <lowe.thiderman@gmail.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]