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

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

[elpa] master ed8bf2a 56/66: capitalize the comment sentences


From: Dmitry Gutov
Subject: [elpa] master ed8bf2a 56/66: capitalize the comment sentences
Date: Mon, 5 Nov 2018 18:19:23 -0500 (EST)

branch: master
commit ed8bf2ab52545c836c52e0460ab509ccaea71b6a
Author: chunzhouyu <address@hidden>
Commit: chunzhouyu <address@hidden>

    capitalize the comment sentences
---
 company-keywords.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company-keywords.el b/company-keywords.el
index 1f49c97..971c44c 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -142,8 +142,8 @@
       "tiny" "transfer" "transpose" "trim" "true" "type" "ubound" "unpack"
       "use" "value" "verify" "volatile" "wait" "where" "while" "with" "write"))
     (go-mode
-     ;; 1. keywords ref: https://golang.org/ref/spec#Keywords
-     ;; 2. builtin functions and types ref: https://golang.org/pkg/builtin/
+     ;; 1. Keywords ref: https://golang.org/ref/spec#Keywords
+     ;; 2. Builtin functions and types ref: https://golang.org/pkg/builtin/
      "append" "bool" "break" "byte" "cap" "case" "chan" "close" "complex" 
"complex128"
      "complex64" "const" "continue" "copy" "default" "defer" "delete" "else" 
"error"
      "fallthrough" "float32" "float64" "for" "func" "go" "goto" "if" "imag"



reply via email to

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