diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 836d980ff0d..f6a3a0e2c26 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -690,7 +690,7 @@ and @code{define-overloadable-function} (see the commentary in (@pxref{Top,Autotyping,,autotype,Autotyping}), @code{transient-define-prefix}, @code{transient-define-suffix}, @code{transient-define-infix}, @code{transient-define-argument}, and -@code{transient-define-group} (@pxref{TOP,Transient,,transient,Transient +@code{transient-define-group} (@pxref{Top,Transient,,transient,Transient User and Developer Manual}). @end table diff --git a/test/lisp/info-xref-tests.el b/test/lisp/info-xref-tests.el index 718e4712e4e..f7e42978b80 100644 --- a/test/lisp/info-xref-tests.el +++ b/test/lisp/info-xref-tests.el @@ -165,11 +165,11 @@ text. (skip-unless (file-readable-p "emacs.info")) (info-xref-check-all) (with-current-buffer info-xref-output-buffer + (message "%s" (buffer-substring-no-properties (point-min) (point-max))) (goto-char (point-max)) (should (search-backward "done" nil t)) (should (string-match-p " [0-9]\\{3,\\} good, 0 bad" (buffer-substring-no-properties (pos-bol) (pos-eol))))))) - ;;; info-xref-tests.el ends here