From d86b05e72dc438e69d40653bdd2ae6be4ce47a92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Sat, 25 Nov 2006 12:07:21 +0000 Subject: [PATCH] Mention c-backslash-max-column in documentation for c-backslash-column. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/cc-vars.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 330ea0a3298..dcd12fcafbb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-11-25 Jan Dj,Ad(Brv + + * progmodes/cc-vars.el (c-backslash-column): Mention + c-backslash-max-column in documentation for c-backslash-column. + 2006-11-24 Lars Hansen * net/tramp.el (tramp-default-method): Under Windows, change from diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 0e6738710c5..23ae63f0c52 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -809,7 +809,7 @@ then no newline is inserted." 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) -- 2.39.2