changeset 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 eed1e7bacfa3
children c6518da943be
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)