# HG changeset patch # User Jan Dj¸«£rv # Date 1164456389 0 # Node ID da3d362a57ab28c2b67f25a04eb86ebdbceeda81 # Parent eed1e7bacfa36b6138e7a9654ef20371c9917b22 Mention c-backslash-max-column in documentation for c-backslash-column. diff -r eed1e7bacfa3 -r da3d362a57ab lisp/progmodes/cc-vars.el --- 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)