* (c-special-indent-hook): Amend doc-string to mention

c-syntactic-indentation.
This commit is contained in:
Alan Mackenzie 2007-04-04 20:54:51 +00:00
parent b0cce1bdc9
commit c788945f63

View file

@ -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)