changeset 76948:7322915e700b

* (c-special-indent-hook): Amend doc-string to mention c-syntactic-indentation.
author Alan Mackenzie <acm@muc.de>
date Wed, 04 Apr 2007 20:54:51 +0000
parents 52d3fb07a84a
children 476a6af9dfd5
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Wed Apr 04 20:48:38 2007 +0000
+++ b/lisp/progmodes/cc-vars.el	Wed Apr 04 20:54:51 2007 +0000
@@ -890,7 +890,8 @@
 
 (defcustom c-special-indent-hook nil
   "*Hook for user defined special indentation adjustments.
-This hook gets called after a line is indented by the mode."
+This hook gets called after each line is indented by the mode.  It is only
+called if `c-syntactic-indentation' is non-nil."
   :type 'hook
   :group 'c)