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

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

[elpa] master a163e94 49/66: Improve comment


From: Dmitry Gutov
Subject: [elpa] master a163e94 49/66: Improve comment
Date: Mon, 5 Nov 2018 18:19:21 -0500 (EST)

branch: master
commit a163e94e99684a52f86dd8171844a839877cf6db
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

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

diff --git a/company-keywords.el b/company-keywords.el
index e7858df..aa51e2c 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
-     ;; from https://golang.org/ref/spec#Keywords
-     ;; also, i added some fake keywords for a better programming experience, 
all of them are basic type in golang
+     ;; From https://golang.org/ref/spec#Keywords
+     ;; Plus some basic types, for better programming experience.
      "bool" "break" "case" "chan" "complex128" "complex64" "const" "continue" 
"default" "defer" "else" "fallthrough" "float32" "float64"
      "for" "func" "go" "goto" "if" "import" "int" "int16" "int32" "int64" 
"int8" "interface" "map" "package" "range"
      "return" "select" "string" "struct" "switch" "type" "uint" "uint16" 
"uint32" "uint64" "uint8" "uintptr" "var")



reply via email to

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