]> git.eshelyaron.com Git - emacs.git/commitdiff
* programs.texi (Program Modes): Link to Program Indent node.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 1 Nov 2008 23:39:25 +0000 (23:39 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 1 Nov 2008 23:39:25 +0000 (23:39 +0000)
(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.

doc/emacs/ChangeLog

index 7252ea0510fe63a211a8ad280ac7319edf8c3d43..9d977dfd009fd6031f4b6d4cc44163882e854680 100644 (file)
@@ -1,5 +1,16 @@
 2008-11-01  Chong Yidong  <cyd@stupidchicken.com>
 
+       * 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.
+
        * misc.texi (Invoking emacsclient): Describe how to use Emacs server in
        a strictly text-only system.