]> git.eshelyaron.com Git - emacs.git/commitdiff
* (c-special-indent-hook): Amend doc-string to mention
authorAlan Mackenzie <acm@muc.de>
Wed, 4 Apr 2007 20:54:51 +0000 (20:54 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 4 Apr 2007 20:54:51 +0000 (20:54 +0000)
c-syntactic-indentation.

lisp/progmodes/cc-vars.el

index cbf2b44de2397180956163888ffce0ca3df2a2d5..8d28cba79ad751485b9e68128621435b16b4fb78 100644 (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)