aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2026-01-03 11:30:45 +0200
committerEli Zaretskii2026-01-03 11:30:45 +0200
commit4f2a8d81f8e738daff3bddf5dd330abf23ed02ca (patch)
tree6d8f885499244b917983d289873991c18ff751f9
parente5a6b2e2629a2dc7a6c8d9cddf07ea9d0d965a7c (diff)
downloademacs-4f2a8d81f8e738daff3bddf5dd330abf23ed02ca.tar.gz
emacs-4f2a8d81f8e738daff3bddf5dd330abf23ed02ca.zip
; * test/manual/etags/README: Update the procedure for CTAGS.good_update.
-rw-r--r--test/manual/etags/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/manual/etags/README b/test/manual/etags/README
index f198e584da3..8493794c01c 100644
--- a/test/manual/etags/README
+++ b/test/manual/etags/README
@@ -51,7 +51,9 @@ corresponding "good" files, one by one. Like this:
51 $ cp ETAGS ETAGS.good_7 51 $ cp ETAGS ETAGS.good_7
52 $ make check 52 $ make check
53 $ cp CTAGS CTAGS.good 53 $ cp CTAGS CTAGS.good
54 $ make check 54 $ head -n 100 CTAGS.good_update > CTAGS
55 $ tail -n 100 CTAGS.good_update >> CTAGS
56 $ ../../../lib-src/etags --ctags -o CTAGS -u - < srclist
55 $ cp CTAGS CTAGS.good_update 57 $ cp CTAGS CTAGS.good_update
56 $ make check 58 $ make check
57 $ cp CTAGS CTAGS.good_crlf 59 $ cp CTAGS CTAGS.good_crlf