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

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

[nongnu] elpa/dockerfile-mode 83bc055f5b 103/104: Readme: Replace obsole


From: ELPA Syncer
Subject: [nongnu] elpa/dockerfile-mode 83bc055f5b 103/104: Readme: Replace obsolete variable name with current
Date: Sat, 29 Jan 2022 07:58:42 -0500 (EST)

branch: elpa/dockerfile-mode
commit 83bc055f5bcafabd3a10655a193fe8fe8b886867
Author: Alfonso Montero <amontero@tinet.org>
Commit: Drew Csillag <drew@thecsillags.com>

    Readme: Replace obsolete variable name with current
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 221fcad178..880211074b 100644
--- a/README.md
+++ b/README.md
@@ -19,14 +19,14 @@ You can specify the image name in the file itself by adding 
a line like this
 at the top of your Dockerfile.
 
 ``` emacs-lisp
-## -*- docker-image-name: "your-image-name-here" -*-
+## -*- dockerfile-image-name: "your-image-name-here" -*-
 ```
 
 If you don't, you'll be prompted for an image name each time you build.
 You may want to add the following to your emacs config:
 
 ``` emacs-lisp
-(put 'docker-image-name 'safe-local-variable #'stringp)
+(put 'dockerfile-image-name 'safe-local-variable #'stringp)
 ```
 
 You can change the binary to use with



reply via email to

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