]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention c-backslash-max-column in documentation for c-backslash-column.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 25 Nov 2006 12:07:21 +0000 (12:07 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 25 Nov 2006 12:07:21 +0000 (12:07 +0000)
lisp/ChangeLog
lisp/progmodes/cc-vars.el

index 330ea0a3298891ebf87acb0e5194c091b5f09d8c..dcd12fcafbbefcda733a547433cca0706caed867 100644 (file)
@@ -1,3 +1,8 @@
+2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * progmodes/cc-vars.el (c-backslash-column): Mention
+       c-backslash-max-column in documentation for c-backslash-column.
+
 2006-11-24  Lars Hansen  <larsh@soem.dk>
 
        * net/tramp.el (tramp-default-method): Under Windows, change from
index 0e6738710c5474cb345102d2ad430e993d812f53..23ae63f0c52db95b8d970ea3d57795ebb3f1daf3 100644 (file)
@@ -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)