diff options
| author | Stefan Kangas | 2024-06-16 21:59:42 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-06-16 22:38:26 +0200 |
| commit | c0eefebabfee011f0ec7631d055e482e4965a24d (patch) | |
| tree | ca50616f960b0a16c7c79fe406c01b016e156e1c /admin/make-manuals | |
| parent | 90234ba7f024f3dae342689b47930835e4904503 (diff) | |
| download | emacs-c0eefebabfee011f0ec7631d055e482e4965a24d.tar.gz emacs-c0eefebabfee011f0ec7631d055e482e4965a24d.zip | |
; Fix typos
Diffstat (limited to 'admin/make-manuals')
| -rwxr-xr-x | admin/make-manuals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/make-manuals b/admin/make-manuals index 477daa09a4c..833849922e5 100755 --- a/admin/make-manuals +++ b/admin/make-manuals | |||
| @@ -95,7 +95,7 @@ tempfile="$(emacs_mktemp)" | |||
| 95 | 95 | ||
| 96 | if [ -e $outdir ]; then | 96 | if [ -e $outdir ]; then |
| 97 | ## Speed up repeat invocation. | 97 | ## Speed up repeat invocation. |
| 98 | echo "Re-using existing $outdir/ directory" | 98 | echo "Reusing existing $outdir/ directory" |
| 99 | 99 | ||
| 100 | else | 100 | else |
| 101 | 101 | ||