diff options
author | Glenn Morris <rgm@gnu.org> | 2021-10-01 09:27:09 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-10-01 09:27:09 -0700 |
commit | 626696c3c838e69f499604cd80efd58a8dfd54db (patch) | |
tree | 255608bf9f88f1524dc48e65a5e87f8f27d5020a /doc/lispref/control.texi | |
parent | 2895cb8d4917e09856babdb66dfc51d154f4ba5e (diff) | |
download | emacs-626696c3c838e69f499604cd80efd58a8dfd54db.tar.gz emacs-626696c3c838e69f499604cd80efd58a8dfd54db.tar.bz2 emacs-626696c3c838e69f499604cd80efd58a8dfd54db.zip |
* doc/lispref/control.texi (pcase Macro): Fix cross-reference.
Diffstat (limited to 'doc/lispref/control.texi')
-rw-r--r-- | doc/lispref/control.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index aacf66c5cf8..30676f0fb11 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -557,7 +557,7 @@ Likewise, it makes no sense to bind keyword symbols @item (cl-type @var{type}) Matches if @var{expval} is of type @var{type}, which is a type -descriptor as accepted by @code{cl-typep} (@pxref{cl-typep,,,cl,Common +descriptor as accepted by @code{cl-typep} (@pxref{Type Predicates,,,cl,Common Lisp Extensions}). Examples: @lisp |