aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2006-11-25 12:07:21 +0000
committerJan Djärv2006-11-25 12:07:21 +0000
commitd86b05e72dc438e69d40653bdd2ae6be4ce47a92 (patch)
tree6760e261f29e47554e071ab5e37e1f6e7666b663
parentae4e78dae72b2694efca8809d5524fe1a2e00d01 (diff)
downloademacs-d86b05e72dc438e69d40653bdd2ae6be4ce47a92.tar.gz
emacs-d86b05e72dc438e69d40653bdd2ae6be4ce47a92.zip
Mention c-backslash-max-column in documentation for c-backslash-column.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/cc-vars.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 330ea0a3298..dcd12fcafbb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-11-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * progmodes/cc-vars.el (c-backslash-column): Mention
4 c-backslash-max-column in documentation for c-backslash-column.
5
12006-11-24 Lars Hansen <larsh@soem.dk> 62006-11-24 Lars Hansen <larsh@soem.dk>
2 7
3 * net/tramp.el (tramp-default-method): Under Windows, change from 8 * 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."
809This is used by the functions that automatically insert or align the 809This is used by the functions that automatically insert or align the
810line continuation backslashes in multiline macros. If any line in the 810line continuation backslashes in multiline macros. If any line in the
811macro exceeds this column then the next tab stop from that line is 811macro exceeds this column then the next tab stop from that line is
812used as alignment column instead." 812used as alignment column instead. See also `c-backslash-max-column'"
813 :type 'integer 813 :type 'integer
814 :group 'c) 814 :group 'c)
815;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp) 815;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp)