1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

Extend info-xref-test-emacs-manuals, fix info reference

* doc/lispref/loading.texi (Autoload): Fix reference.

* test/lisp/info-xref-tests.el (info-xref-test-emacs-manuals):
Print output buffer.
This commit is contained in:
Michael Albinus 2025-08-27 11:24:12 +02:00
parent f908d854d6
commit 29c35668d0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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