* (c-special-indent-hook): Amend doc-string to mention
c-syntactic-indentation.
This commit is contained in:
parent
b0cce1bdc9
commit
c788945f63
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue