]> git.eshelyaron.com Git - emacs.git/commitdiff
Better file name in dynvars-check example
authorMattias Engdegård <mattiase@acm.org>
Sun, 25 Oct 2020 15:41:31 +0000 (16:41 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 25 Oct 2020 15:41:31 +0000 (16:41 +0100)
* doc/lispref/variables.texi (Converting to Lexical Binding):
Don't suggest an aggregate file name that matches the glob used when
generating it.

doc/lispref/variables.texi

index 394fb96acbe6022773f330ddaed817f5fdac460c..095ea9dce247a23ce8bc7c2483a012f365c82f12 100644 (file)
@@ -1317,9 +1317,9 @@ a Unix shell and @command{make} are used for byte-compilation:
 @example
 $ rm *.elc                                # force recompilation
 $ EMACS_GENERATE_DYNVARS=1 make           # generate .dynvars
-$ cat *.dynvars > ~/my.dynvars            # combine .dynvars
+$ cat *.dynvars > ~/my-dynvars            # combine .dynvars
 $ rm *.elc                                # force recompilation
-$ EMACS_DYNVARS_FILE=~/my.dynvars make    # perform checks
+$ EMACS_DYNVARS_FILE=~/my-dynvars make    # perform checks
 @end example
 
 @node Buffer-Local Variables