]> git.eshelyaron.com Git - emacs.git/commitdiff
cc-mode.texi: (c-offsets-alist): Correct a typo.
authorAlan Mackenzie <acm@muc.de>
Wed, 11 Apr 2012 15:24:20 +0000 (15:24 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 11 Apr 2012 15:24:20 +0000 (15:24 +0000)
doc/misc/ChangeLog
doc/misc/cc-mode.texi

index b96c0489cd36efc807f253aae715914febf88d9b..f1eff10c7cd5994a9533f8f115726823243e5ea8 100644 (file)
@@ -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
index 1a192123c3ec8c19e37894e1430110becf69eb68..58420bbd99ccee8ef1336eb3b095403aa5785a99 100644 (file)
@@ -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}.