mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Minor quoting fixes in scripts and doc
Prefer straight quotes in random script files, as they are not converted. Prefer grave quotes in a couple of places in the manual that were missed earlier, as these quotes are converted.
This commit is contained in:
parent
dc436dd77f
commit
e56096dbb9
8 changed files with 27 additions and 28 deletions
|
|
@ -100,7 +100,7 @@ chdir $root if cwd () eq "/";
|
|||
chdir "./src";
|
||||
print "Build in ", cwd (), "\n";
|
||||
|
||||
# If first arg is `all' or if `--all' specified, ensure a clean
|
||||
# If first arg is 'all' or if '--all' specified, ensure a clean
|
||||
# build.
|
||||
|
||||
if (@ARGV && $ARGV[0] eq "all")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue