% | (X Y) |
* | (&rest NUMBERS-OR-MARKERS) |
+ | (&rest NUMBERS-OR-MARKERS) |
- | (&optional NUMBER-OR-MARKER &rest MORE-NUMBERS-OR-MARKERS) |
/ | (NUMBER &rest DIVISORS) |
/= | (NUM1 NUM2) |
1+ | (NUMBER) |
1- | (NUMBER) |
< | (NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS) |
<= | (NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS) |
= | (NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS) |
> | (NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS) |
>= | (NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS) |
add-variable-watcher | (SYMBOL WATCH-FUNCTION) |
aref | (ARRAY IDX) |
arrayp | (OBJECT) |
aset | (ARRAY IDX NEWELT) |
ash | (VALUE COUNT) |
atom | (OBJECT) |
bare-symbol | (SYM) |
bare-symbol-p | (OBJECT) |
bool-vector-count-consecutive | (A B I) |
bool-vector-count-population | (A) |
bool-vector-exclusive-or | (A B &optional C) |
bool-vector-intersection | (A B &optional C) |
bool-vector-not | (A &optional B) |
bool-vector-p | (OBJECT) |
bool-vector-set-difference | (A B &optional C) |
bool-vector-subsetp | (A B) |
bool-vector-union | (A B &optional C) |
boundp | (SYMBOL) |
bufferp | (OBJECT) |
byte-code-function-p | (OBJECT) |
byteorder | () |
car | (LIST) |
car-safe | (OBJECT) |
cdr | (LIST) |
cdr-safe | (OBJECT) |
char-or-string-p | (OBJECT) |
char-table-p | (OBJECT) |
cl-type-of | (OBJECT) |
closurep | (OBJECT) |
command-modes | (COMMAND) |
condition-variable-p | (OBJECT) |
consp | (OBJECT) |
defalias | (SYMBOL DEFINITION &optional DOCSTRING) |
default-boundp | (SYMBOL) |
default-value | (SYMBOL) |
eq | (OBJ1 OBJ2) |
fboundp | (SYMBOL) |
floatp | (OBJECT) |
fmakunbound | (SYMBOL) |
fset | (SYMBOL DEFINITION) |
get-variable-watchers | (SYMBOL) |
indirect-function | (OBJECT) |
indirect-variable | (OBJECT) |
integer-or-marker-p | (OBJECT) |
integerp | (OBJECT) |
interactive-form | (CMD) |
interpreted-function-p | (OBJECT) |
keywordp | (OBJECT) |
kill-local-variable | (VARIABLE) |
listp | (OBJECT) |
local-variable-if-set-p | (VARIABLE &optional BUFFER) |
local-variable-p | (VARIABLE &optional BUFFER) |
logand | (&rest INTS-OR-MARKERS) |
logcount | (VALUE) |
logior | (&rest INTS-OR-MARKERS) |
lognot | (NUMBER) |
logxor | (&rest INTS-OR-MARKERS) |
make-local-variable | (VARIABLE) |
make-variable-buffer-local | (VARIABLE) |
makunbound | (SYMBOL) |
markerp | (OBJECT) |
max | (NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS) |
min | (NUMBER-OR-MARKER &rest NUMBERS-OR-MARKERS) |
mod | (X Y) |
module-function-p | (OBJECT) |
multibyte-string-p | (OBJECT) |
mutexp | (OBJECT) |
native-comp-function-p | (OBJECT) |
natnump | (OBJECT) |
nlistp | (OBJECT) |
null | (OBJECT) |
number-or-marker-p | (OBJECT) |
number-to-string | (NUMBER) |
numberp | (OBJECT) |
position-symbol | (SYM POS) |
recordp | (OBJECT) |
remove-pos-from-symbol | (ARG) |
remove-variable-watcher | (SYMBOL WATCH-FUNCTION) |
sequencep | (OBJECT) |
set | (SYMBOL NEWVAL) |
set-default | (SYMBOL VALUE) |
setcar | (CELL NEWCAR) |
setcdr | (CELL NEWCDR) |
setplist | (SYMBOL NEWPLIST) |
string-to-number | (STRING &optional BASE) |
stringp | (OBJECT) |
subr-arity | (SUBR) |
subr-name | (SUBR) |
subr-native-lambda-list | (SUBR) |
subr-type | (SUBR) |
subrp | (OBJECT) |
symbol-function | (SYMBOL) |
symbol-name | (SYMBOL) |
symbol-plist | (SYMBOL) |
symbol-value | (SYMBOL) |
symbol-with-pos-p | (OBJECT) |
symbol-with-pos-pos | (SYMPOS) |
symbolp | (OBJECT) |
threadp | (OBJECT) |
type-of | (OBJECT) |
user-ptrp | (OBJECT) |
variable-binding-locus | (VARIABLE) |
vector-or-char-table-p | (OBJECT) |
vectorp | (OBJECT) |