From: Alan Mackenzie Date: Wed, 4 Apr 2007 20:54:51 +0000 (+0000) Subject: * (c-special-indent-hook): Amend doc-string to mention X-Git-Tag: emacs-pretest-22.0.98~305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c788945f63c95ce9a2783cc36dcc7005bba4c16a;p=emacs.git * (c-special-indent-hook): Amend doc-string to mention c-syntactic-indentation. --- 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)