Mention c-backslash-max-column in documentation for c-backslash-column.

This commit is contained in:
Jan Djärv 2006-11-25 12:07:21 +00:00
parent ae4e78dae7
commit d86b05e72d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-11-25 Jan Dj,Ad(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

View 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)