append | (&rest SEQUENCES) |
assoc | (KEY ALIST &optional TESTFN) |
assq | (KEY ALIST) |
base64-decode-region | (BEG END &optional BASE64URL) |
base64-decode-string | (STRING &optional BASE64URL) |
base64-encode-region | (BEG END &optional NO-LINE-BREAK) |
base64-encode-string | (STRING &optional NO-LINE-BREAK) |
base64url-encode-region | (BEG END &optional NO-PAD) |
base64url-encode-string | (STRING &optional NO-PAD) |
buffer-hash | (&optional BUFFER-OR-NAME) |
buffer-line-statistics | (&optional BUFFER-OR-NAME) |
clear-string | (STRING) |
clrhash | (TABLE) |
compare-strings | (STR1 START1 END1 STR2 START2 END2 &optional IGNORE-CASE) |
concat | (&rest SEQUENCES) |
copy-alist | (ALIST) |
copy-hash-table | (TABLE) |
copy-sequence | (ARG) |
define-hash-table-test | (NAME TEST HASH) |
delete | (ELT SEQ) |
delq | (ELT LIST) |
elt | (SEQUENCE N) |
eql | (OBJ1 OBJ2) |
equal | (O1 O2) |
equal-including-properties | (O1 O2) |
featurep | (FEATURE &optional SUBFEATURE) |
fillarray | (ARRAY ITEM) |
get | (SYMBOL PROPNAME) |
gethash | (KEY TABLE &optional DFLT) |
hash-table-count | (TABLE) |
hash-table-p | (OBJ) |
hash-table-rehash-size | (TABLE) |
hash-table-rehash-threshold | (TABLE) |
hash-table-size | (TABLE) |
hash-table-test | (TABLE) |
hash-table-weakness | (TABLE) |
identity | (ARGUMENT) |
lax-plist-get | (PLIST PROP) |
lax-plist-put | (PLIST PROP VAL) |
length | (SEQUENCE) |
length< | (SEQUENCE LENGTH) |
length= | (SEQUENCE LENGTH) |
length> | (SEQUENCE LENGTH) |
line-number-at-pos | (&optional POSITION ABSOLUTE) |
load-average | (&optional USE-FLOATS) |
locale-info | (ITEM) |
make-hash-table | (&rest KEYWORD-ARGS) |
mapc | (FUNCTION SEQUENCE) |
mapcan | (FUNCTION SEQUENCE) |
mapcar | (FUNCTION SEQUENCE) |
mapconcat | (FUNCTION SEQUENCE SEPARATOR) |
maphash | (FUNCTION TABLE) |
md5 | (OBJECT &optional START END CODING-SYSTEM NOERROR) |
member | (ELT LIST) |
memq | (ELT LIST) |
memql | (ELT LIST) |
nconc | (&rest LISTS) |
nreverse | (SEQ) |
nth | (N LIST) |
nthcdr | (N LIST) |
object-intervals | (OBJECT) |
plist-get | (PLIST PROP) |
plist-member | (PLIST PROP) |
plist-put | (PLIST PROP VAL) |
proper-list-p | (OBJECT) |
provide | (FEATURE &optional SUBFEATURES) |
put | (SYMBOL PROPNAME VALUE) |
puthash | (KEY VALUE TABLE) |
random | (&optional LIMIT) |
rassoc | (KEY ALIST) |
rassq | (KEY ALIST) |
remhash | (KEY TABLE) |
require | (FEATURE &optional FILENAME NOERROR) |
reverse | (SEQ) |
safe-length | (LIST) |
secure-hash | (ALGORITHM OBJECT &optional START END BINARY) |
secure-hash-algorithms | () |
sort | (SEQ PREDICATE) |
string-as-multibyte | (STRING) |
string-as-unibyte | (STRING) |
string-bytes | (STRING) |
string-collate-equalp | (S1 S2 &optional LOCALE IGNORE-CASE) |
string-collate-lessp | (S1 S2 &optional LOCALE IGNORE-CASE) |
string-distance | (STRING1 STRING2 &optional BYTECOMPARE) |
string-equal | (S1 S2) |
string-lessp | (STRING1 STRING2) |
string-make-multibyte | (STRING) |
string-make-unibyte | (STRING) |
string-search | (NEEDLE HAYSTACK &optional START-POS) |
string-to-multibyte | (STRING) |
string-to-unibyte | (STRING) |
string-version-lessp | (STRING1 STRING2) |
substring | (STRING &optional FROM TO) |
substring-no-properties | (STRING &optional FROM TO) |
sxhash-eq | (OBJ) |
sxhash-eql | (OBJ) |
sxhash-equal | (OBJ) |
sxhash-equal-including-properties | (OBJ) |
vconcat | (&rest SEQUENCES) |
widget-apply | (WIDGET PROPERTY &rest ARGS) |
widget-get | (WIDGET PROPERTY) |
widget-put | (WIDGET PROPERTY VALUE) |
yes-or-no-p | (PROMPT) |