diff options
| author | Paul Eggert | 2015-09-11 11:04:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-09-11 11:05:12 -0700 |
| commit | 818f06eaa72d8e4f9ba314c1c2855613bf89f396 (patch) | |
| tree | 225d09e54fc0dbc5f27232caebe5d3055194662d /lib-src | |
| parent | 279303adfc6d6ba91db788c2b85333e3fc46f39b (diff) | |
| download | emacs-818f06eaa72d8e4f9ba314c1c2855613bf89f396.tar.gz emacs-818f06eaa72d8e4f9ba314c1c2855613bf89f396.zip | |
Prefer straight quoting in some text files
Mostly this just changes ` to ' in static text. Some exceptions:
* INSTALL.REPO: Use curved quotes, as the diagnostic in question
typically does that now.
* admin/quick-install-emacs (TRY, top level):
Use straight quoting in diagnostics.
* src/README: Fix working-directory confusion.
Diffstat (limited to 'lib-src')
| -rwxr-xr-x | lib-src/rcs2log | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 242760362e8..d1bd3693183 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -414,7 +414,7 @@ sort $SORT_K_OPTIONS </dev/null 2>/dev/null || SORT_K_OPTIONS='+2 -4r +4 +0' | |||
| 414 | 414 | ||
| 415 | 415 | ||
| 416 | # Get the full name of each author the logs mention, and set initialize_fullname | 416 | # Get the full name of each author the logs mention, and set initialize_fullname |
| 417 | # to awk code that initializes the `fullname' awk associative array. | 417 | # to awk code that initializes the 'fullname' awk associative array. |
| 418 | # Warning: foreign authors (i.e. not known in the passwd file) are mishandled; | 418 | # Warning: foreign authors (i.e. not known in the passwd file) are mishandled; |
| 419 | # you have to fix the resulting output by hand. | 419 | # you have to fix the resulting output by hand. |
| 420 | 420 | ||
| @@ -546,8 +546,8 @@ esac | |||
| 546 | 546 | ||
| 547 | # Function to print a single log line. | 547 | # Function to print a single log line. |
| 548 | # We don't use awk functions, to stay compatible with old awk versions. | 548 | # We don't use awk functions, to stay compatible with old awk versions. |
| 549 | # `Log' is the log message. | 549 | # 'Log' is the log message. |
| 550 | # `files' contains the affected files. | 550 | # 'files' contains the affected files. |
| 551 | printlogline='{ | 551 | printlogline='{ |
| 552 | 552 | ||
| 553 | # Following the GNU coding standards, rewrite | 553 | # Following the GNU coding standards, rewrite |
| @@ -587,7 +587,7 @@ printlogline='{ | |||
| 587 | } | 587 | } |
| 588 | }' | 588 | }' |
| 589 | 589 | ||
| 590 | # Pattern to match the `revision' line of rlog output. | 590 | # Pattern to match the 'revision' line of rlog output. |
| 591 | rlog_revision_pattern='^revision [0-9]+\.[0-9]+(\.[0-9]+\.[0-9]+)*(['"$tab"' ]+locked by: [^'"$tab"' $,.0-9:;@]*[^'"$tab"' $,:;@][^'"$tab"' $,.0-9:;@]*;)?['"$tab"' ]*$' | 591 | rlog_revision_pattern='^revision [0-9]+\.[0-9]+(\.[0-9]+\.[0-9]+)*(['"$tab"' ]+locked by: [^'"$tab"' $,.0-9:;@]*[^'"$tab"' $,:;@][^'"$tab"' $,.0-9:;@]*;)?['"$tab"' ]*$' |
| 592 | 592 | ||
| 593 | case $hostname in | 593 | case $hostname in |