GNU Emacs Lisp Object Index

Index

Special, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, X, Y, Z.

Special Names

% dividend divisor Function
> number-or-marker1 number-or-marker2 Function
>= number-or-marker1 number-or-marker2 Function
< number-or-marker1 number-or-marker2 Function
<= number-or-marker1 number-or-marker2 Function
* &rest numbers-or-markers Function
+ &rest numbers-or-markers Function
- &optional number-or-marker &rest other-numbers-or-markers Function
/ dividend divisor &rest divisors Function
/= number-or-marker1 number-or-marker2 Function
1+ number-or-marker Function
1- number-or-marker Function
= number-or-marker1 number-or-marker2 Function
` list Macro

A

abbrev-all-caps User Option
abbrev-expansion abbrev &optional table Function
abbrev-file-name User Option
abbrev-mode Variable
abbrev-start-location Variable
abbrev-start-location-buffer Variable
abbrev-symbol abbrev &optional table Function
abbrev-table-name-list Variable
abbreviate-file-name dirname Function
abbrevs-changed Variable
abort-recursive-edit Command
abs number Function
accept-process-output &optional process seconds millisec Function
accessible-keymaps keymap &optional prefix Function
acos arg Function
activate-mark-hook Variable
add-abbrev table type arg Function
add-hook hook function &optional append Function
add-name-to-file oldname newname &optional ok-if-already-exists Function
add-text-properties start end props &optional object Function
after-change-function Variable
after-find-file &optional error warn Function
after-init-hook Variable
after-load-alist Variable
after-save-hook Variable
all-completions string collection &optional predicate Function
and conditions... Special Form
append &rest sequences Function
append-to-file start end filename Command
append-to-register reg start end &optional delete-flag Command
apply function &rest arguments Function
apropos regexp &optional do-all predicate Command
aref array index Function
arrayp object Function
aset array index object Function
ash integer1 count Function
asin arg Function
ask-user-about-lock file other-user Function
ask-user-about-supersession-threat fn Function
assoc key alist Function
assq key alist Function
atan arg Function
atom object Function
auto-fill-function Variable
auto-mode-alist Variable
auto-save-default User Option
auto-save-file-name-p filename Function
auto-save-hook Variable
auto-save-interval User Option
auto-save-mode arg Command
auto-save-timeout User Option
auto-save-visited-file-name Variable
autoload symbol filename &optional docstring interactive type Function

B

back-to-indentation Command
backtrace Command
backtrace-debug level flag Function
backtrace-frame frame-number Function
backup-buffer Function
backup-by-copying Variable
backup-by-copying-when-linked Variable
backup-by-copying-when-mismatch Variable
backup-enable-predicate filename Variable
backup-file-name-p filename Function
backward-char &optional count Command
backward-delete-char-untabify count &optional killp Command
backward-list arg Command
backward-prefix-chars Function
backward-sexp arg Command
backward-to-indentation arg Command
backward-word count Command
barf-if-buffer-read-only Function
batch-byte-compile Function
baud-rate Function
baud-rate Variable
beep &optional dont-terminate Function
before-change-function Variable
before-init-hook Variable
beginning-of-buffer &optional n Command
beginning-of-line &optional count Command
blink-matching-open Function
blink-matching-paren Variable
blink-matching-paren-distance Variable
blink-paren-function Variable
bobp Function
bolp Function
boundp variable Function
buffer-auto-save-file-name Variable
buffer-backed-up Variable
buffer-disable-undo buffer Function
buffer-display-table Variable
buffer-enable-undo &optional buffer-or-name Command
buffer-end flag Function
buffer-file-name &optional buffer Function
buffer-file-name Variable
buffer-file-number Variable
buffer-file-truename Variable
buffer-flush-undo buffer Function
buffer-list Function
buffer-local-variables &optional buffer Function
buffer-modified-p &optional buffer Function
buffer-modified-tick &optional buffer Function
buffer-name &optional buffer Function
buffer-offer-save Variable
buffer-read-only Variable
buffer-saved-size Variable
buffer-size Function
buffer-string Function
buffer-substring start end Function
buffer-undo-list Variable
bufferp object Function
bury-buffer &optional buffer-or-name Command
byte-code code-string data-vector max-stack Function
byte-code-function-p object Function
byte-compile symbol Function
byte-compile-file filename Command
byte-recompile-directory directory flag Command

C

c-mode-abbrev-table Variable
c-mode-syntax-table Variable
call-interactively command &optional record-flag Function
call-process program &optional infile buffer-or-name display &rest args Function
call-process-region start end program &optional delete buffer-or-name display &rest args Function
cancel-debug-on-entry function-name Command
cancel-timer timer Function
capitalize string-or-char Function
capitalize-region start end Command
capitalize-word count Command
car cons-cell Function
car-safe object Function
case-fold-search User Option
case-replace User Option
case-table-p object Function
catch tag body... Special Form
cdr cons-cell Function
cdr-safe object Function
ceiling number Function
char-after position Function
char-equal character1 character2 Function
char-or-string-p object Function
char-syntax character Function
char-to-string character Function
character quote Syntax class
clear-abbrev-table table Function
clear-visited-file-modtime Function
close parenthesis character Syntax class
command-debug-status Variable
command-execute command &optional record-flag Function
command-history Variable
command-line Function
command-line-args Variable
command-line-processed Variable
command-switch-alist Variable
commandp object Function
comment ender Syntax class
comment starter Syntax class
compare-buffer-substrings buffer1 start1 end1 buffer2 start2 end2 Function
compile-defun Command
completing-read prompt collection &optional predicate require-match initial hist Function
completion-auto-help User Option
completion-ignore-case Variable
completion-ignored-extensions User Option
concat &rest sequences Function
cond clause... Special Form
condition-case var protected-form handlers... Special Form
cons object1 object2 Function
consp object Function
continue-process &optional process-name current-group Function
coordinates-in-window-p coordinates window Function
copy-alist alist Function
copy-face old-face new-name &optional frame new-frame Function
copy-file oldname newname &optional ok-if-exists time Command
copy-keymap keymap Function
copy-marker marker-or-integer Function
copy-rectangle-to-register reg start end &optional delete-flag Command
copy-region-as-kill start end Command
copy-sequence sequence Function
copy-syntax-table &optional table Function
copy-to-register reg start end &optional delete-flag Command
cos arg Function
count-lines start end Function
count-loop (var [from to [inc]]) body... Special Form
create-file-buffer filename Function
ctl-arrow User Option
current-buffer Function
current-case-table Function
current-column Function
current-frame-configuration Function
current-global-map Function
current-indentation Function
current-input-mode Function
current-kill n &optional do-not-move Function
current-local-map Function
current-minor-mode-maps Function
current-prefix-arg Variable
current-time Function
current-time-string &optional time-value Function
current-time-zone &optional time-value Function
current-window-configuration Function
cursor-in-echo-area Variable

D

data-directory Variable
deactivate-mark Variable
deactivate-mark-hook Variable
debug &rest debugger-args Function
debug-on-entry function-name Command
debug-on-error User Option
debug-on-next-call Variable
debug-on-quit User Option
debugger Variable
def-edebug-form-spec macro argpattern Macro
default-abbrev-mode Variable
default-boundp variable Function
default-case-fold-search Variable
default-ctl-arrow Variable
default-directory Variable
default-file-modes Function
default-fill-column Variable
default-frame-alist Variable
default-major-mode User Option
default-mode-line-format Variable
default-truncate-lines Variable
default-value symbol Function
defconst symbol [value [doc-string]] Special Form
define-abbrev table name expansion hook Function
define-abbrev-table tabname definitions Function
define-key keymap key binding Function
define-key-after map key binding after Function
define-logical-name varname string Function
define-prefix-command symbol Function
defining-kbd-macro Variable
defmacro name argument-list body-forms... Special Form
defun name argument-list body-forms Special Form
defvar symbol [value [doc-string]] Special Form
delete object list Function
delete-auto-save-file-if-necessary Function
delete-auto-save-files Variable
delete-backward-char count &optional killp Command
delete-blank-lines Command
delete-char count &optional killp Command
delete-directory dirname Function
delete-exited-processes Variable
delete-file filename Command
delete-frame &optional frame Command
delete-horizontal-space Command
delete-indentation &optional join-following-p Command
delete-other-windows &optional window Command
delete-overlay overlay Function
delete-process name Function
delete-region start end Command
delete-window &optional window Command
delete-windows-on buffer &optional frame Command
delq object list Function
describe-bindings prefix Command
describe-buffer-case-table Command
describe-mode Command
digit-argument arg Command
ding &optional dont-terminate Function
directory-abbrev-alist Variable
directory-file-name dirname Function
directory-files directory &optional full-name match-regexp nosort Function
dired-kept-versions User Option
disable-command command Command
disabled-command-hook Variable
disassemble object &optional stream Command
discard-input Function
display-buffer buffer-or-name &optional not-this-window Function
display-buffer-function Variable
display-completion-list completions Function
do-auto-save &optional no-message Command
documentation function &optional verbatim Function
documentation-property symbol property &optional verbatim Function
double-click-time Variable
down-list arg Command
downcase string-or-char Function
downcase-region start end Command
downcase-word count Command
dump-emacs to-file from-file Function

E

echo-keystrokes Variable
edebug-all-defuns User Option
edebug-initial-mode User Option
edebug-save-displayed-buffer-points User Option
edebug-save-point User Option
edebug-save-windows User Option
edebug-stop-before-symbols User Option
edebug-trace User Option
edit-and-eval-command prompt form Function
electric-future-map Variable
elt sequence index Function
emacs-build-time Variable
emacs-lisp-mode-syntax-table Variable
emacs-version Command
emacs-version Variable
enable-command command Command
enable-flow-control Function
enable-flow-control-on &rest termtypes Function
enable-local-eval User Option
enable-local-variables User Option
enable-recursive-minibuffers User Option
end-of-buffer &optional n Command
end-of-line &optional count Command
enlarge-window size &optional horizontal Command
enlarge-window-horizontally columns Command
eobp Function
eolp Function
eq object1 object2 Function
equal object1 object2 Function
erase-buffer Function
error format-string &rest args Function
escape Syntax class
eval form Function
eval-after-load library form Function
eval-and-compile body Special Form
eval-current-buffer &optional stream Command
eval-minibuffer prompt &optional initial Function
eval-region start end &optional stream Command
eval-when-compile body Special Form
event-basic-type event Function
event-click-count event Function
event-end event Function
event-modifiers event Function
event-start event Function
eventp object Function
exec-directory Variable
exec-path User Option
execute-extended-command prefix-argument Command
execute-kbd-macro macro &optional count Function
executing-macro Variable
exit-minibuffer Command
exit-recursive-edit Command
exp arg Function
expand-file-name filename &optional directory Function
expression prefix Syntax class
expt x y Function
extra-keyboard-modifiers Variable

F

face-background face &optional frame Function
face-differs-from-default-p face &optional frame Function
face-equal face1 face2 &optional frame Function
face-font face &optional frame Function
face-foreground face &optional frame Function
face-id-number face Function
face-list Function
face-underline-p face &optional frame Function
fboundp symbol Function
featurep feature Function
features Variable
file-accessible-directory-p dirname Function
file-attributes filename Function
file-directory-p filename Function
file-executable-p filename Function
file-exists-p filename Function
file-local-copy filename Function
file-locked-p filename Function
file-modes filename Function
file-name-absolute-p filename Function
file-name-all-completions partial-filename directory Function
file-name-all-versions file dirname Function
file-name-as-directory filename Function
file-name-completion filename directory Function
file-name-directory filename Function
file-name-history Variable
file-name-nondirectory filename Function
file-name-sans-versions filename Function
file-newer-than-file-p filename1 filename2 Function
file-newest-backup filename Function
file-nlinks filename Function
file-precious-flag Variable
file-readable-p filename Function
file-relative-name filename directory Function
file-symlink-p filename Function
file-truename filename Function
file-writable-p filename Function
fill-column User Option
fill-individual-paragraphs start end &optional justify-flag mail-flag Command
fill-individual-varying-indent User Option
fill-paragraph justify-flag Command
fill-region start end &optional justify-flag Command
fill-region-as-paragraph start end &optional justify-flag Command
fillarray array object Function
find-alternate-file filename Command
find-backup-file-name filename Function
find-file filename Command
find-file-hooks Variable
find-file-name-handler file Function
find-file-noselect filename Function
find-file-not-found-hooks Variable
find-file-other-window filename Command
find-file-read-only filename Command
first-change-hook Variable
fixup-whitespace Function
float number Function
floatp object Function
floor number &optional divisor Function
fmakunbound symbol Function
following-char Function
foo integer1 &optional integer2 &rest integers Function
force-mode-line-update Function
format string &rest objects Function
forward-char &optional count Command
forward-comment count Function
forward-line &optional count Command
forward-list arg Command
forward-sexp arg Command
forward-to-indentation arg Command
forward-word count Command
frame-char-height &optional frame Function
frame-char-width &optional frame Function
frame-configuration-to-register reg Command
frame-height &optional frame Function
frame-list Function
frame-live-p frame Function
frame-parameters frame Function
frame-pixel-height &optional frame Function
frame-pixel-width &optional frame Function
frame-root-window frame Function
frame-selected-window frame Function
frame-visible-p frame Function
frame-width &optional frame Function
framep object Function
fset symbol object Function
funcall function &rest arguments Function
function function-object Special Form
function-key-map Variable
fundamental-mode Command
fundamental-mode-abbrev-table Variable

G

garbage-collect Command
gc-cons-threshold User Option
generate-new-buffer name Function
generate-new-buffer-name starting-name Function
get symbol property Function
get-buffer buffer-or-name Function
get-buffer-create name Function
get-buffer-process buffer-or-name Function
get-buffer-window buffer-or-name &optional all-frames Function
get-file-buffer filename Function
get-file-char Function
get-largest-window &optional all-frames Function
get-lru-window &optional all-frames Function
get-process name Function
get-register reg Function
get-text-property pos prop &optional object Function
getenv var Function
global-abbrev-table Variable
global-key-binding key &optional accept-defaults Function
global-map Variable
global-mode-string Variable
global-set-key key definition Command
global-unset-key key Command
glyph-table Variable
goal-column User Option
goto-char position Command
goto-line line Command

H

hack-local-variables &optional force Function
Helper-describe-bindings Command
Helper-help Command
help-char Variable
help-command Command
help-form Variable
help-map Variable

I

iconify-frame &optional frame Command
identity arg Function
if condition then-form else-forms... Special Form
ignore &rest args Function
indent-according-to-mode Command
indent-code-rigidly start end columns &optional nochange-regexp Function
indent-for-tab-command Command
indent-line-function Variable
indent-region start end to-column Command
indent-region-function Variable
indent-relative &optional unindented-ok Command
indent-relative-maybe Command
indent-rigidly start end count Command
indent-tabs-mode User Option
indent-to column &optional minimum Command
indent-to-left-margin Function
indirect-function function Function
inhibit-default-init User Option
inhibit-point-motion-hooks Variable
inhibit-quit Variable
inhibit-read-only Variable
inhibit-startup-message User Option
initial-frame-alist Variable
initial-major-mode Variable
input-pending-p Function
insert &rest args Function
insert-abbrev-table-description name &optional human Function
insert-and-inherit &rest strings Function
insert-before-markers &rest args Function
insert-before-markers-and-inherit &rest strings Function
insert-buffer from-buffer-or-name Command
insert-buffer-substring from-buffer-or-name &optional start end Function
insert-char character count Function
insert-default-directory User Option
insert-directory file switches &optional wildcard full-directory-p Function
insert-directory-program Variable
insert-file-contents filename &optional visit beg end Function
insert-register reg &optional beforep Command
int-to-string number Function
integer-or-marker-p object Function
integerp object Function
interactive arg-descriptor Special Form
interactive-p Function
intern name &optional obarray Function
intern-soft name &optional obarray Function
internal-select-frame frame Function
interprogram-cut-function Variable
interprogram-paste-function Variable
interrupt-process &optional process-name current-group Function
inverse-video User Option
invert-face face &optional frame Function

J

jump-to-register reg Command
just-one-space Command
justify-current-line Command

K

kept-new-versions User Option
kept-old-versions User Option
key-binding key &optional accept-defaults Function
key-description sequence Function
key-translation-map Variable
keyboard-quit Command
keyboard-translate from to Function
keyboard-translate-table Variable
keymapp object Function
kill-all-local-variables Function
kill-append string before-p Function
kill-buffer buffer-or-name Command
kill-emacs &optional no-query Function
kill-emacs-hook Variable
kill-local-variable variable Command
kill-new string Function
kill-process &optional process-name current-group Function
kill-region start end Command
kill-ring Variable
kill-ring-max User Option
kill-ring-yank-pointer Variable

L

last-abbrev Variable
last-abbrev-location Variable
last-abbrev-text Variable
last-command Variable
last-command-char Variable
last-command-event Variable
last-event-frame Variable
last-input-char Variable
last-input-event Variable
last-kbd-macro Variable
last-nonmenu-event Variable
left-margin Variable
length sequence Function
let (bindings...) forms... Special Form
let* (bindings...) forms... Special Form
lisp-complete-symbol Command
lisp-mode-abbrev-table Variable
list &rest objects Function
list-buffers &optional files-only Command
list-buffers-directory Variable
list-processes Command
listify-key-sequence key Function
listp object Function
load filename &optional missing-ok nomessage nosuffix Function
load-average Function
load-history feature association list Variable
load-in-progress Variable
load-path User Option
local-abbrev-table Variable
local-key-binding key &optional accept-defaults Function
local-set-key key definition Command
local-unset-key key Command
local-write-file-hooks Variable
lock-buffer &optional filename Function
log arg &optional base Function
log10 arg Function
logand &rest ints-or-markers Function
logb number Function
logior &rest ints-or-markers Function
lognot integer Function
logxor &rest ints-or-markers Function
looking-at regexp Function
lookup-key keymap key &optional accept-defaults Function
lower-frame frame Function
lsh integer1 count Function

M

macroexpand form &optional environment Function
major-mode Variable
make-abbrev-table Function
make-auto-save-file-name Function
make-backup-file-name filename Function
make-backup-files User Option
make-byte-code &rest elements Function
make-directory dirname Function
make-display-table Function
make-face name Function
make-frame alist Function
make-frame-invisible &optional frame Command
make-frame-visible &optional frame Command
make-keymap &optional prompt Function
make-list length object Function
make-local-variable variable Command
make-marker Function
make-overlay start end &optional buffer Function
make-sparse-keymap &optional prompt Function
make-string count character Function
make-symbol name Function
make-symbolic-link filename newname &optional ok-if-exists Command
make-syntax-table &optional table Function
make-temp-name string Function
make-variable-buffer-local variable Command
make-vector integer object Function
makunbound symbol Function
map-y-or-n-p prompter actor list &optional help action-alist Function
mapatoms function &optional obarray Function
mapcar function sequence Function
mapconcat function sequence separator Function
mark &optional force Function
mark-active Variable
mark-marker Function
mark-ring Variable
mark-ring-max User Option
marker-buffer marker Function
marker-position marker Function
markerp object Function
match-beginning count Function
match-data Function
match-end count Function
max number-or-marker &rest numbers-or-markers Function
max-lisp-eval-depth Variable
max-specpdl-size Variable
member object list Function
memory-limit Function
memq object list Function
menu-bar-final-items Variable
menu-prompt-more-char Variable
message string &rest arguments Function
meta-flag Variable
meta-prefix-char Variable
min number-or-marker &rest numbers-or-markers Function
minibuffer-complete Command
minibuffer-complete-and-exit Command
minibuffer-complete-word Command
minibuffer-completion-confirm Variable
minibuffer-completion-help Command
minibuffer-completion-predicate Variable
minibuffer-completion-table Variable
minibuffer-depth Function
minibuffer-frame-alist Variable
minibuffer-help-form Variable
minibuffer-history Variable
minibuffer-local-completion-map Variable
minibuffer-local-map Variable
minibuffer-local-must-match-map Variable
minibuffer-local-ns-map Variable
minibuffer-scroll-window Variable
minibuffer-setup-hook Variable
minibuffer-window &optional frame Function
minibuffer-window-active-p window Function
minor-mode-alist Variable
minor-mode-key-binding key &optional accept-defaults Function
minor-mode-map-alist Variable
minor-mode-map-alist Variable
mod dividend divisor Function
mode-line-buffer-identification Variable
mode-line-format Variable
mode-line-inverse-video User Option
mode-line-modified Variable
mode-line-process Variable
mode-name Variable
modify-frame-parameters frame alist Function
modify-syntax-entry char syntax-descriptor &optional table Command
momentary-string-display string position &optional char message Function
mouse-movement-p object Function
mouse-position Function
move-marker marker position &optional buffer Function
move-overlay overlay start end &optional buffer Function
move-to-column column &optional force Function
move-to-window-line count Command

N

narrow-to-page move-count Command
narrow-to-region start end Command
natnump object Function
nconc &rest lists Function
negative-argument arg Command
newline &optional number-of-newlines Command
newline-and-indent Command
next-frame &optional frame minibuf Function
next-history-element n Command
next-matching-history-element pattern Command
next-overlay-change pos Function
next-property-change pos &optional object Function
next-screen-context-lines User Option
next-single-property-change pos prop &optional object Function
next-window window &optional minibuf all-frames Function
nlistp object Function
no-redraw-on-reenter Variable
noninteractive Variable
normal-mode &optional find-file Command
not condition Function
not-modified Command
nreverse list Function
nth n list Function
nthcdr n list Function
null object Function
num-input-keys Variable
number-or-marker-p object Function
number-to-string number Function
numberp object Function

O

obarray Variable
one-window-p &optional no-mini Function
only-global-abbrevs User Option
open parenthesis character Syntax class
open-dribble-file filename Command
open-network-stream name buffer-or-name host service Function
open-termscript filename Command
or conditions... Special Form
other-buffer &optional buffer-or-name visible-ok Function
other-window count Command
other-window-scroll-buffer Variable
overlay-arrow-position Variable
overlay-arrow-string Variable
overlay-buffer overlay Function
overlay-end overlay Function
overlay-get overlay prop Function
overlay-put overlay prop value Function
overlay-start overlay Function
overlays-at pos Function
overwrite-mode Variable

P

page-delimiter Variable
paired delimiter Syntax class
paragraph-separate Variable
paragraph-start Variable
parse-partial-sexp start limit &optional target-depth stop-before state stop-comment Function
parse-sexp-ignore-comments Variable
perform-replace from-string replacements query-flag regexp-flag delimited-flag &optional repeat-count map Function
point Function
point-marker Function
point-max Function
point-max-marker Function
point-min Function
point-min-marker Function
point-to-register reg Command
pop-mark Function
pop-to-buffer buffer-or-name &optional other-window Function
pop-up-frame-alist Variable
pop-up-frame-function Variable
pop-up-frames User Option
pop-up-windows User Option
pos-visible-in-window-p &optional position window Function
posn-col-row position Function
posn-point position Function
posn-timestamp position Function
posn-window position Function
post-command-hook Variable
pre-abbrev-expand-hook Variable
pre-command-hook Variable
preceding-char Function
prefix-arg Variable
prefix-help-command Variable
prefix-numeric-value arg Function
prepend-to-register reg start end &optional delete-flag Command
previous-frame &optional frame minibuf Function
previous-history-element n Command
previous-matching-history-element pattern Command
previous-property-change pos &optional object Function
previous-single-property-change pos prop &optional object Function
previous-window window &optional minibuf all-frames Function
primitive-undo count list Function
prin1 object &optional stream Function
prin1-to-string object &optional noescape Function
princ object &optional stream Function
print object &optional stream Function
print-escape-newlines Variable
print-help-return-message &optional function Function
print-length Variable
print-level Variable
process-buffer process Function
process-command process Function
process-connection-type Variable
process-environment Variable
process-exit-status process Function
process-filter process Function
process-id process Function
process-kill-without-query process Function
process-list Function
process-mark process Function
process-name process Function
process-send-eof &optional process-name Function
process-send-region process-name start end Command
process-send-string process-name string Function
process-sentinel process Function
process-status process-name Function
processp object Function
prog1 form1 forms... Special Form
prog2 form1 form2 forms... Special Form
progn forms... Special Form
provide feature Function
punctuation character Syntax class
pure-bytes-used Variable
purecopy object Function
purify-flag Variable
push-mark &optional position nomsg activate Function
put symbol property value Function
put-text-property start end prop value &optional object Function

Q

query-replace-history Variable
query-replace-map Variable
quietly-read-abbrev-file filename Function
quit-flag Variable
quit-process &optional process-name current-group Function
quote object Special Form

R

raise-frame frame Function
random &optional limit Function
rassq value alist Function
re-search-backward regexp &optional limit noerror repeat Command
re-search-forward regexp &optional limit noerror repeat Command
read &optional stream Function
read-buffer prompt &optional default existing Function
read-char Function
read-command prompt Function
read-event Function
read-file-name prompt &optional directory default existing initial Function
read-from-minibuffer prompt-string &optional initial keymap read hist Function
read-from-string string &optional start end Function
read-key-sequence prompt Function
read-minibuffer prompt &optional initial Function
read-no-blanks-input prompt &optional initial Function
read-quoted-char &optional prompt Function
read-string prompt &optional initial Function
read-variable prompt Function
recent-auto-save-p Function
recent-keys Function
recenter &optional count Command
recover-file filename Command
recursion-depth Function
recursive-edit Function
redraw-display Command
redraw-frame frame Function
regexp-quote string Function
region-beginning Function
region-end Function
region-face Variable
register-alist Variable
register-to-point reg Command
reindent-then-newline-and-indent Command
remove-text-properties start end props &optional object Function
rename-auto-save-file Function
rename-buffer newname &optional unique Command
rename-file filename newname &optional ok-if-already-exists Command
replace-buffer-in-windows buffer Command
replace-match replacement &optional fixedcase literal Function
require feature &optional filename Function
require-final-newline User Option
reverse list Function
revert-buffer &optional check-auto-save noconfirm Command
revert-buffer-function Variable
revert-buffer-insert-file-contents-function Variable
round number Function
run-at-time time repeat function &rest args Function
run-hooks &rest hookvar Function

S

save-abbrevs User Option
save-buffer &optional backup-option Command
save-excursion forms... Special Form
save-match-data body... Special Form
save-restriction body... Special Form
save-some-buffers &optional save-silently-p exiting Command
save-window-excursion forms... Special Form
scan-lists from count depth Function
scan-sexps from count Function
screen-height Function
screen-width Function
scroll-bar-scale ratio total Function
scroll-down &optional count Command
scroll-left count Command
scroll-other-window &optional count Command
scroll-right count Command
scroll-step User Option
scroll-up &optional count Command
search-backward string &optional limit noerror repeat Command
search-forward string &optional limit noerror repeat Command
select-frame frame Function
select-window window Function
selected-frame Function
selected-window Function
selective-display Variable
selective-display-ellipses Variable
self-insert-and-exit Command
self-insert-command count Command
send-string-to-terminal string Function
sentence-end Variable
sequencep object Function
set symbol value Function
set-auto-mode Function
set-buffer buffer-or-name Function
set-buffer-auto-saved Function
set-buffer-modified-p flag Function
set-case-syntax char syntax downcase-table Function
set-case-syntax-delims l r downcase-table Function
set-case-syntax-pair uc lc downcase-table Function
set-case-table table Function
set-default symbol value Function
set-default-file-modes mode Function
set-face-background face color &optional frame Function
set-face-font face font &optional frame Function
set-face-foreground face color &optional frame Function
set-face-underline-p face underline-p &optional frame Function
set-file-modes filename mode Function
set-frame-configuration configuration Function
set-frame-position frame left top Function
set-frame-size frame cols rows Function
set-goal-column unset Command
set-input-mode interrupt flow meta quit-char Function
set-mark position Function
set-marker marker position &optional buffer Function
set-mouse-position frame x y Function
set-process-buffer process buffer Function
set-process-filter process filter Function
set-process-sentinel process sentinel Function
set-register reg value Function
set-screen-height lines &optional not-actual-size Function
set-screen-width columns &optional not-actual-size Function
set-standard-case-table table Function
set-syntax-table table Function
set-text-properties start end props &optional object Function
set-visited-file-modtime &optional time Function
set-visited-file-name filename Command
set-window-buffer window buffer-or-name Function
set-window-configuration configuration Function
set-window-dedicated-p window flag Function
set-window-display-table window table Function
set-window-hscroll window columns Function
set-window-point window position Function
set-window-start window position &optional noforce Function
setcar cons object Function
setcdr cons object Function
setenv variable value Command
setplist symbol plist Function
setprv privilege-name &optional setp getprv Function
setq [symbol form]... Special Form
setq-default symbol value Special Form
shrink-window size &optional horizontal Command
shrink-window-horizontally columns Command
signal error-symbol data Function
signal-process pid signal Function
sin arg Function
single-key-description event Function
sit-for seconds &optional millisec nodisp Function
skip-chars-backward character-set &optional limit Function
skip-chars-forward character-set &optional limit Function
skip-syntax-backward syntaxes &optional limit Function
skip-syntax-forward syntaxes &optional limit Function
sleep-for seconds &optional millisec Function
Snarf-documentation filename Function
sort list predicate Function
sort-columns reverse &optional beg end Command
sort-fields field start end Command
sort-lines reverse start end Command
sort-numeric-fields field start end Command
sort-pages reverse start end Command
sort-paragraphs reverse start end Command
sort-regexp-fields reverse record-regexp key-regexp start end Command
sort-subr reverse nextrecfun endrecfun &optional startkeyfun endkeyfun Command
split-height-threshold User Option
split-line Command
split-window &optional window size horizontal Command
split-window-horizontally size Command
split-window-vertically size Command
sqrt arg Function
standard-case-table Function
standard-display-table Variable
standard-input Variable
standard-output Variable
standard-syntax-table Function
start-process name buffer-or-name program &rest args Function
start-process-shell-command name buffer-or-name command &rest command-args Function
stop-process &optional process-name current-group Function
store-match-data match-list Function
string quote Syntax class
string< string1 string2 Function
string-equal string1 string2 Function
string-lessp string1 string2 Function
string-match regexp string &optional start Function
string-to-char string Function
string-to-int string Function
string-to-number string Function
string= string1 string2 Function
stringp object Function
subrp object Function
subst-char-in-region start end old-char new-char &optional noundo Function
substitute-command-keys string Function
substitute-in-file-name filename Function
substitute-key-definition olddef newdef keymap &optional oldmap Function
substring string start &optional end Function
super-apropos regexp &optional do-all Command
suppress-keymap keymap &optional nodigits Function
suspend-emacs string Function
suspend-hook Variable
suspend-resume-hook Variable
switch-to-buffer buffer-or-name &optional norecord Command
switch-to-buffer-other-window buffer-or-name Command
symbol constituent Syntax class
symbol-function symbol Function
symbol-name symbol Function
symbol-plist symbol Function
symbol-value symbol Function
symbolp object Function
syntax-table Function
syntax-table-p object Function
system-name Function
system-type Variable

T

tab-stop-list User Option
tab-to-tab-stop Function
tab-width User Option
tan arg Function
temp-buffer-show-function Variable
temporary-goal-column Variable
term-file-prefix Variable
term-setup-hook Variable
terpri &optional stream Function
text-char-description character Function
text-mode-abbrev-table Variable
text-mode-syntax-table Variable
text-properties-at position &optional object Function
text-property-any start end prop value &optional object Function
text-property-not-all start end prop value &optional object Function
this-command Variable
this-command-keys Function
throw tag value Function
toggle-read-only Command
top-level Command
tq-close queue Function
tq-create process Function
tq-enqueue queue question regexp closure fn Function
track-eol User Option
track-mouse body... Special Form
track-mouse body... Special Form
transient-mark-mode User Option
translate-region start end table Function
trim-versions-without-asking User Option
truncate number Function
truncate-lines User Option
truncate-partial-width-windows User Option
try-completion string collection &optional predicate Function

U

undefined Command
underline-region start end Command
undo-boundary Function
undo-limit Variable
undo-strong-limit Variable
unhandled-file-name-directory filename Function
universal-argument Command
unload-feature feature Command
unlock-buffer Function
unread-command-char Variable
unread-command-events Variable
ununderline-region start end Command
unwind-protect body cleanup-forms... Special Form
up-list arg Command
upcase string-or-char Function
upcase-region start end Command
upcase-word count Command
use-global-map keymap Function
use-local-map keymap Function
user-full-name Function
user-login-name Function
user-real-login-name Function
user-real-uid Function
user-uid Function
user-variable-p variable Function

V

values Variable
vconcat &rest sequences Function
vector &rest objects Function
vectorp object Function
verify-visited-file-modtime buffer Function
version-control User Option
vertical-motion count Function
view-file filename Command
view-register reg Command
visible-bell Variable
visible-frame-list Function
visited-file-modtime Function

W

waiting-for-user-input-p Function
walk-windows proc &optional minibuf all-frames Function
where-is-internal command &optional keymap firstonly Function
while condition forms... Special Form
whitespace character Syntax class
widen Command
window-at x y &optional frame Function
window-buffer &optional window Function
window-configuration-p object Function
window-configuration-to-register reg Command
window-dedicated-p window Function
window-display-table window Function
window-edges &optional window Function
window-end &optional window Function
window-frame window Function
window-height &optional window Function
window-hscroll &optional window Function
window-live-p window Function
window-min-height User Option
window-min-width User Option
window-minibuffer-p window Function
window-point window Function
window-setup-hook Variable
window-start &optional window Function
window-system Variable
window-system-version Variable
window-width &optional window Function
windowp object Function
with-output-to-temp-buffer buffer-name forms... Special Form
word constituent Syntax class
word-search-backward string &optional limit noerror repeat Command
word-search-forward string &optional limit noerror repeat Command
words-include-escapes Variable
write-abbrev-file filename Command
write-char character &optional stream Function
write-contents-hooks Variable
write-file filename Command
write-file-hooks Variable
write-region start end filename &optional append visit Command

X

x-close-current-connection Function
x-color-defined-p color Function
x-color-display-p Function
x-display-backing-store Function
x-display-color-cells Function
x-display-color-p Function
x-display-mm-height Function
x-display-mm-width Function
x-display-pixel-height Function
x-display-pixel-width Function
x-display-planes Function
x-display-save-under Function
x-display-screens Function
x-display-visual-class Function
x-get-cut-buffer n Function
x-get-resource attribute &optional name class Function
x-get-selection type data-type Function
x-no-window-manager Variable
x-open-connection display &optional resource-string Function
x-parse-geometry geom Function
x-popup-menu position menu Function
x-server-vendor Function
x-server-version Function
x-set-cut-buffer string Function
x-set-selection type data Function
x-synchronize flag Function

Y

y-or-n-p prompt Function
yank &optional arg Command
yank-pop arg Command
yes-or-no-p prompt Function

Z

zerop number Function

Y. Kanada (kanada@trc.rwcp.or.jp)