branch: elpa/go-mode commit 8dbafe8b30ce56db1dd1676cbbae6718772a1088 Author: Dominik Honnef <domi...@honnef.co> Commit: Dominik Honnef <domi...@honnef.co>
Capitalize Emacs in docstring --- go-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-mode.el b/go-mode.el index d5116a6434..aad956db12 100644 --- a/go-mode.el +++ b/go-mode.el @@ -1753,7 +1753,7 @@ The following extra functions are defined: - `go-reset-gopath' If you want to automatically run `gofmt' before saving a file, -add the following hook to your emacs configuration: +add the following hook to your Emacs configuration: \(add-hook 'before-save-hook #'gofmt-before-save)