diff options
| author | Chong Yidong | 2008-11-01 23:39:25 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-01 23:39:25 +0000 |
| commit | e2346dea8e7743f76b82b74ab43b96848215891a (patch) | |
| tree | 4fdae8231acdd2a44b23602291c215f085e4bfa8 /doc | |
| parent | c4526e933cdf0e55387767b32b2f18c0abbdae70 (diff) | |
| download | emacs-e2346dea8e7743f76b82b74ab43b96848215891a.tar.gz emacs-e2346dea8e7743f76b82b74ab43b96848215891a.zip | |
* programs.texi (Program Modes): Link to Program Indent node.
(Left Margin Paren): Explain consequences of changing
open-paren-in-column-0-is-defun-start more concisely.
(Which Function, Program Indent, Info Lookup): Minor edits.
(Basic Indent): If region is active, TAB indents the region.
(Multi-line Indent): If region is active, TAB indents the region. Note
that indent-region is useful when Transient Mark mode is off.
(Matching): The delimiter at the cursor is highlighted---the character
changes color.
(Symbol Completion): Link to Completion node.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7252ea0510f..9d977dfd009 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2008-11-01 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-11-01 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * programs.texi (Program Modes): Link to Program Indent node. | ||
| 4 | (Left Margin Paren): Explain consequences of changing | ||
| 5 | open-paren-in-column-0-is-defun-start more concisely. | ||
| 6 | (Which Function, Program Indent, Info Lookup): Minor edits. | ||
| 7 | (Basic Indent): If region is active, TAB indents the region. | ||
| 8 | (Multi-line Indent): If region is active, TAB indents the region. Note | ||
| 9 | that indent-region is useful when Transient Mark mode is off. | ||
| 10 | (Matching): The delimiter at the cursor is highlighted---the character | ||
| 11 | changes color. | ||
| 12 | (Symbol Completion): Link to Completion node. | ||
| 13 | |||
| 3 | * misc.texi (Invoking emacsclient): Describe how to use Emacs server in | 14 | * misc.texi (Invoking emacsclient): Describe how to use Emacs server in |
| 4 | a strictly text-only system. | 15 | a strictly text-only system. |
| 5 | 16 | ||