From c788945f63c95ce9a2783cc36dcc7005bba4c16a Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Wed, 4 Apr 2007 20:54:51 +0000 Subject: [PATCH] * (c-special-indent-hook): Amend doc-string to mention c-syntactic-indentation. --- lisp/progmodes/cc-vars.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index cbf2b44de23..8d28cba79ad 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -890,7 +890,8 @@ Only currently supported behavior is `alignleft'." (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) -- 2.39.5