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.
This commit is contained in:
parent
35df337979
commit
7276723630
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue