From: Mattias EngdegÄrd Date: Sun, 25 Oct 2020 15:41:31 +0000 (+0100) Subject: Better file name in dynvars-check example X-Git-Tag: emacs-28.0.90~5428 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7276723630f93878762d474b0a5adda4251191bd;p=emacs.git Better file name in dynvars-check example * doc/lispref/variables.texi (Converting to Lexical Binding): Don't suggest an aggregate file name that matches the glob used when generating it. --- diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 394fb96acbe..095ea9dce24 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi @@ -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