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

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

[nongnu] elpa/dockerfile-mode a4f8aad581 091/104: FIX: make emacs lisp v


From: ELPA Syncer
Subject: [nongnu] elpa/dockerfile-mode a4f8aad581 091/104: FIX: make emacs lisp variable name consistent in README.md
Date: Sat, 29 Jan 2022 07:58:39 -0500 (EST)

branch: elpa/dockerfile-mode
commit a4f8aad58109e8aa3fb39055ffe23cd5124a8fb8
Author: marketneutral <jonathan.r.larkin@gmail.com>
Commit: Drew Csillag <drew@thecsillags.com>

    FIX: make emacs lisp variable name consistent in README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9785a058fe..221fcad178 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ 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 'dockerfile-image-name 'safe-local-variable #'stringp)
+(put 'docker-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]