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-for-strings.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 devdocs/elisp/predicates-for-strings.html (limited to 'devdocs/elisp/predicates-for-strings.html') diff --git a/devdocs/elisp/predicates-for-strings.html b/devdocs/elisp/predicates-for-strings.html deleted file mode 100644 index 5fdf35fd..00000000 --- a/devdocs/elisp/predicates-for-strings.html +++ /dev/null @@ -1,12 +0,0 @@ -

Predicates for Strings

For more information about general sequence and array predicates, see Sequences Arrays Vectors, and Arrays.

Function: stringp object -

This function returns t if object is a string, nil otherwise.

-
Function: string-or-null-p object -

This function returns t if object is a string or nil. It returns nil otherwise.

-
Function: char-or-string-p object -

This function returns t if object is a string or a character (i.e., an integer), 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-for-Strings.html -

-
-- cgit v1.2.3