diff lisp/progmodes/cc-vars.el @ 74179:da3d362a57ab

Mention c-backslash-max-column in documentation for c-backslash-column.
author Jan Djärv <jan.h.d@swipnet.se>
date Sat, 25 Nov 2006 12:06:29 +0000
parents 35e35b506682
children b3f1ef7ff72f
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Sat Nov 25 04:18:11 2006 +0000
+++ b/lisp/progmodes/cc-vars.el	Sat Nov 25 12:06:29 2006 +0000
@@ -809,7 +809,7 @@
 This is used by the functions that automatically insert or align the
 line continuation backslashes in multiline macros.  If any line in the
 macro exceeds this column then the next tab stop from that line is
-used as alignment column instead."
+used as alignment column instead.  See also `c-backslash-max-column'"
   :type 'integer
   :group 'c)
 ;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp)