Mercurial > emacs
diff man/programs.texi @ 30049:be64b32cd2a2
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 05 Jul 2000 13:14:36 +0000 |
| parents | ca9f6085d33b |
| children | 9c402b90b24d |
line wrap: on
line diff
--- a/man/programs.texi Wed Jul 05 12:39:03 2000 +0000 +++ b/man/programs.texi Wed Jul 05 13:14:36 2000 +0000 @@ -1124,11 +1124,9 @@ The style @code{gnu} defines the formatting recommend by the GNU Project; it is the default, so as to encourage the indentation we -recommend. The style @code{user} is the same as @code{gnu} but -incorporates any changes made in variables such as @code{c-basic-offset} -and @code{c-offsets-alist} by your @file{~/.emacs} file. To make them -take effect, you should select the style @code{user} with -@code{c-set-style} or @code{c-default-style}. +recommend. If you make changes in variables such as +@code{c-basic-offset} and @code{c-offsets-alist} in your @file{~/.emacs} +file, they will however take precedence. @findex c-add-style To define a new C indentation style, call the function
