From: Alan Mackenzie Date: Wed, 11 Apr 2012 15:24:20 +0000 (+0000) Subject: cc-mode.texi: (c-offsets-alist): Correct a typo. X-Git-Tag: emacs-24.0.96~104 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=932de51cdf76271b17eda370a41f77105cfd46ae;p=emacs.git cc-mode.texi: (c-offsets-alist): Correct a typo. --- 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 + + * cc-mode.texi (c-offsets-alist): Correct a typo. + 2012-04-11 Jérémie Courrèges-Anglas (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}.