mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -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:
parent
f908d854d6
commit
29c35668d0
2 changed files with 2 additions and 2 deletions
|
|
@ -690,7 +690,7 @@ and @code{define-overloadable-function} (see the commentary in
|
||||||
(@pxref{Top,Autotyping,,autotype,Autotyping}),
|
(@pxref{Top,Autotyping,,autotype,Autotyping}),
|
||||||
@code{transient-define-prefix}, @code{transient-define-suffix},
|
@code{transient-define-prefix}, @code{transient-define-suffix},
|
||||||
@code{transient-define-infix}, @code{transient-define-argument}, and
|
@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}).
|
User and Developer Manual}).
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -165,11 +165,11 @@ text.
|
||||||
(skip-unless (file-readable-p "emacs.info"))
|
(skip-unless (file-readable-p "emacs.info"))
|
||||||
(info-xref-check-all)
|
(info-xref-check-all)
|
||||||
(with-current-buffer info-xref-output-buffer
|
(with-current-buffer info-xref-output-buffer
|
||||||
|
(message "%s" (buffer-substring-no-properties (point-min) (point-max)))
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(should (search-backward "done" nil t))
|
(should (search-backward "done" nil t))
|
||||||
(should (string-match-p
|
(should (string-match-p
|
||||||
" [0-9]\\{3,\\} good, 0 bad"
|
" [0-9]\\{3,\\} good, 0 bad"
|
||||||
(buffer-substring-no-properties (pos-bol) (pos-eol)))))))
|
(buffer-substring-no-properties (pos-bol) (pos-eol)))))))
|
||||||
|
|
||||||
|
|
||||||
;;; info-xref-tests.el ends here
|
;;; info-xref-tests.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue