summaryrefslogtreecommitdiff
path: root/doc/automake-ng.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/automake-ng.texi')
-rw-r--r--doc/automake-ng.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/automake-ng.texi b/doc/automake-ng.texi
index 2c4b4479b..b2f166fc7 100644
--- a/doc/automake-ng.texi
+++ b/doc/automake-ng.texi
@@ -12732,7 +12732,7 @@ instance, here is how @code{AM_PATH_LISPDIR} (@pxref{Emacs Lisp})
computes @samp{$(lispdir)}:
@example
-$EMACS -batch -q -eval '(while load-path
+$EMACS -batch -Q -eval '(while load-path
(princ (concat (car load-path) "\n"))
(setq load-path (cdr load-path)))' >conftest.out
lispdir=`sed -n