aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2012-02-16 20:54:56 -0800
committerGlenn Morris2012-02-16 20:54:56 -0800
commitbcc657043df41514ec80c3e172c6872b88221005 (patch)
tree74e0592e4109a83b6e0d0113d1954982417c5cd6 /admin
parent1d6ecbfa466209fea62630050cfe95980c9b8378 (diff)
downloademacs-bcc657043df41514ec80c3e172c6872b88221005.tar.gz
emacs-bcc657043df41514ec80c3e172c6872b88221005.zip
Adjust info-xref-check-all instructions in FOR-RELEASE
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 6e922b3d22d..ec0107dc110 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -7,7 +7,7 @@ Check cross-references between the manuals (eg from emacs to elisp)
7are correct. You can use something like the following in the info 7are correct. You can use something like the following in the info
8directory in the Emacs build tree: 8directory in the Emacs build tree:
9 9
10emacs -Q --eval "(setq Info-default-directory-list '(\".\"))" \ 10emacs -Q --eval "(progn (require 'info) (setq Info-directory-list '(\".\")))" \
11 -f info-xref-check-all 11 -f info-xref-check-all
12 12
13make emacs.dvi, elisp.dvi, and deal with any errors (undefined 13make emacs.dvi, elisp.dvi, and deal with any errors (undefined