branch: elpa/dockerfile-mode
commit efab0b100b865edb489e5163a71f53cf3802c7aa
Author: Lassi Kortela <la...@lassi.io>
Commit: Drew Csillag <d...@thecsillags.com>

    Fix `M-x checkdoc` warnings
---
 dockerfile-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dockerfile-mode.el b/dockerfile-mode.el
index f5c4202ac7..737fa63002 100644
--- a/dockerfile-mode.el
+++ b/dockerfile-mode.el
@@ -42,7 +42,7 @@
   :group 'dockerfile)
 
 (defcustom dockerfile-mode-command "docker"
-  "Which binary to use to build images"
+  "Which binary to use to build images."
   :group 'dockerfile
   :type 'string)
 
@@ -60,7 +60,7 @@ Each element of the list will be passed as a separate
   :group 'dockerfile)
 
 (defcustom dockerfile-use-buildkit nil
-  "If t use Docker buildkit for building images
+  "Use Docker buildkit for building images?
 
 This is the new buildsystem for docker, and in time it will replace the old one
 but for now it has to be explicitly enabled to work.

Reply via email to