# HG changeset patch # User Alan Mackenzie # Date 1175720091 0 # Node ID 7322915e700b53932afacb90323e590c71b2e0a5 # Parent 52d3fb07a84ac18d095254b853011f4498d8b4bf * (c-special-indent-hook): Amend doc-string to mention c-syntactic-indentation. diff -r 52d3fb07a84a -r 7322915e700b lisp/progmodes/cc-vars.el --- 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)