Re: [PATCH] Docs: Fix elisp code so tabbing more than once works

2014-04-13 Thread Joe Perches
On Sun, 2014-04-13 at 19:23 -0500, Greg Donald wrote: > The example elisp code breaks tabbing more than once on the same line. > Aligning > equal signs in a struct becomes problematic. Fix it. [] > diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle [] > +(global-set-key (kbd "TAB")

[PATCH] Docs: Fix elisp code so tabbing more than once works

2014-04-13 Thread Greg Donald
The example elisp code breaks tabbing more than once on the same line. Aligning equal signs in a struct becomes problematic. Fix it. Signed-off-by: Greg Donald --- Documentation/CodingStyle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/CodingStyle b/Documentation/CodingStyl