Miscellaneous

Strings and Characters / Formatting Strings /

| `%s' | `%S' | `%o' | `%d' | `%x' | `%c' | `%e' | `%f' | `%g' | `%%'

Writing Customization Definitions / Customization Types / Type Keywords

| `%[button%]' | `%{sample%}' | `%v' | `%d' | `%h' | `%t' | `%%'

Command Loop / Defining Commands / Code Characters for interactive

| `*' | `@' | `a' | `b' | `B' | `c' | `C' | `d' | `D' | `e' | `f' | `F' | `i' | `k' | `K' | `m' | `M' | `n' | `N' | `p' | `P' | `r' | `s' | `S' | `v' | `x' | `X' | `z' | `Z'

Command Loop / Input Events / Function Keys

| `A-' | `C-' | `H-' | `M-' | `S-' | `s-'

Major and Minor Modes / Mode Line Format / %-Constructs in the Mode Line

| %b | %f | %F | %c | %l | %* | %+ | %& | %s | %t | %p | %P | %n | %[ | %] | %% | %- | %m | %M

Text / Sorting Text /

| `\digit' | `\&'

Searching and Matching / Regular Expressions / Syntax of Regular Expressions

| `.' (Period) | `*' | `+' | `?' | `[ ... ]' | `[^ ... ]' | `^' | `$' | `\' | `\|' | `\( ... \)' | `\digit' | `\w' | `\W' | `\scode' | `\Scode' | `\`' | `\'' | `\=' | `\b' | `\B' | `\<' | `\>'

Searching and Matching / The Match Data / Replacing the Text That Matched

| `\&' | `\n' | `\\'

Syntax Tables / Syntax Descriptors / Syntax Flags

| `/' | `*' | `/*' | `//' | `*/'

Operating System Interface / Time Conversion /

| `%a' | `%A' | `%b' | `%B' | `%c' | `%C' | `%d' | `%D' | `%e' | `%h' | `%H' | `%I' | `%j' | `%k' | `%l' | `%m' | `%M' | `%n' | `%p' | `%r' | `%R' | `%S' | `%t' | `%T' | `%U' | `%w' | `%W' | `%x' | `%X' | `%y' | `%Y' | `%Z'

Operating System Interface / Timers for Delayed Execution /

| `1 min' | `1 min 5 sec' | `1 min 2 sec 3 hour 4 day 5 week 6 fortnight 7 month 8 year'

Customizing the Calendar and Diary / Sexp Entries and the Fancy Diary Display /

| %%(diary-sunrise-sunset) | %%(diary-phases-of-moon) | %%(diary-day-of-year) | %%(diary-iso-date) | %%(diary-julian-date) | %%(diary-astro-day-number) | %%(diary-hebrew-date) | %%(diary-islamic-date) | %%(diary-french-date) | %%(diary-mayan-date) | %%(diary-rosh-hodesh) | %%(diary-parasha) | %%(diary-sabbath-candles) | %%(diary-omer) | %%(diary-yahrzeit month day year) name

Tips and Conventions / Tips on Writing Comments /

| `;' | `;;' | `;;;' | `;;;;'

Tips and Conventions / Conventional Headers for Emacs Libraries /

| `Author' | `Maintainer' | `Created' | `Version' | `Adapted-By' | `Keywords' | `;;; Commentary:' | `;;; Documentation' | `;;; Change Log:' | `;;; Code:' | `;;; filename ends here'