mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from savannah/emacs-30
7dcf9b71e6; Don't document package-x.ela5fd518d52; Document spurious warnings on macOS 15625ed68aeaFix the use of xref-window-local-history together with Xr...8091772767completing-read-multiple: Fix support for ":" as separator38cc36a375; Improve docstring of cl-check-type
This commit is contained in:
commit
9daab9be34
5 changed files with 45 additions and 15 deletions
|
|
@ -3576,7 +3576,10 @@ Of course, we really can't know that for sure, so it's just a heuristic."
|
|||
;;;###autoload
|
||||
(defmacro cl-check-type (form type &optional string)
|
||||
"Verify that FORM is of type TYPE; signal an error if not.
|
||||
STRING is an optional description of the desired type."
|
||||
STRING is an optional description of the desired type.
|
||||
|
||||
Hint: To check the type of an object, use `cl-type-of'.
|
||||
To define new types, see `cl-deftype'."
|
||||
(declare (debug (place cl-type-spec &optional stringp)))
|
||||
(and (or (not (macroexp-compiling-p))
|
||||
(< cl--optimize-speed 3) (= cl--optimize-safety 3))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue