diff options
author | Alan Mackenzie <acm@muc.de> | 2012-04-11 15:24:20 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2012-04-11 15:24:20 +0000 |
commit | 932de51cdf76271b17eda370a41f77105cfd46ae (patch) | |
tree | 8d087033b3b4a09b958131c1d267e5dad2263571 /doc | |
parent | 801a68c874777439a2eb06247891e1d1082c59c7 (diff) | |
download | emacs-932de51cdf76271b17eda370a41f77105cfd46ae.tar.gz |
cc-mode.texi: (c-offsets-alist): Correct a typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/misc/cc-mode.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index b96c0489cd3..f1eff10c7cd 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2012-04-11 Alan Mackenzie <acm@muc.de> + + * cc-mode.texi (c-offsets-alist): Correct a typo. + 2012-04-11 Jérémie Courrèges-Anglas <jca@wxcvbn.org> (tiny change) * org.texi (Deadlines and scheduling): Fix the example: the diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index 1a192123c3e..58420bbd99c 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi @@ -5195,7 +5195,7 @@ indentation. @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This section explains the structure and semantics of the style -variable @code{c-offset-alist}, the principal variable for configuring +variable @code{c-offsets-alist}, the principal variable for configuring indentation. Details of how to set it up, and its relationship to @ccmode{}'s style system are given in @ref{Style Variables}. |