From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/predicates-on-markers.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 devdocs/elisp/predicates-on-markers.html (limited to 'devdocs/elisp/predicates-on-markers.html') diff --git a/devdocs/elisp/predicates-on-markers.html b/devdocs/elisp/predicates-on-markers.html deleted file mode 100644 index c2e606a1..00000000 --- a/devdocs/elisp/predicates-on-markers.html +++ /dev/null @@ -1,12 +0,0 @@ -

Predicates on Markers

You can test an object to see whether it is a marker, or whether it is either an integer or a marker. The latter test is useful in connection with the arithmetic functions that work with both markers and integers.

Function: markerp object -

This function returns t if object is a marker, nil otherwise. Note that integers are not markers, even though many functions will accept either a marker or an integer.

-
Function: integer-or-marker-p object -

This function returns t if object is an integer or a marker, nil otherwise.

-
Function: number-or-marker-p object -

This function returns t if object is a number (either integer or floating point) or a marker, nil otherwise.

-
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Predicates-on-Markers.html -

-
-- cgit v1.2.3