branch: elpa/dockerfile-mode
commit 1f4e9261e0f6ebd380ad158ea5d54d6b787fc9a4
Author: Guillermo Robles <guillerobles1...@gmail.com>
Commit: Guillermo Robles <guillerobles1...@gmail.com>

    Add adequate casing to documented argument
---
 dockerfile-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockerfile-mode.el b/dockerfile-mode.el
index ecadeb79f0..6975f7c68a 100644
--- a/dockerfile-mode.el
+++ b/dockerfile-mode.el
@@ -107,7 +107,7 @@ Each element of the list will be passed as a separate
              dockerfile-build-args " "))
 
 (defun dockerfile-standard-filename (file)
-  "Convert the file name to OS standard.
+  "Convert the FILE name to OS standard.
 If in Cygwin environment, uses Cygwin specific function to convert the
 file name. Otherwise, uses Emacs' standard conversion function."
   (if (fboundp 'cygwin-convert-file-name-to-windows)

Reply via email to