Add internal variables comment
This commit is contained in:
parent
a0a752d6bd
commit
190880e278
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
||||||
:group 'mattermost
|
:group 'mattermost
|
||||||
:type 'string)
|
:type 'string)
|
||||||
|
|
||||||
|
;; ToDo: internal variables should be prefixed with mattermost--
|
||||||
|
;; instead?
|
||||||
(defvar mattermost-users-plist '()
|
(defvar mattermost-users-plist '()
|
||||||
"A plist with the server users by id")
|
"A plist with the server users by id")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue