comparison lisp/progmodes/cc-vars.el @ 74205:b3f1ef7ff72f

(c-backslash-column): Add . at end of sentence.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 26 Nov 2006 13:52:57 +0000
parents da3d362a57ab
children cf3e4c6cd4c3
comparison
equal deleted inserted replaced
74204:916cee8ae7d5 74205:b3f1ef7ff72f
807 (defcustom-c-stylevar c-backslash-column 48 807 (defcustom-c-stylevar c-backslash-column 48
808 "*Minimum alignment column for line continuation backslashes. 808 "*Minimum alignment column for line continuation backslashes.
809 This is used by the functions that automatically insert or align the 809 This is used by the functions that automatically insert or align the
810 line continuation backslashes in multiline macros. If any line in the 810 line continuation backslashes in multiline macros. If any line in the
811 macro exceeds this column then the next tab stop from that line is 811 macro exceeds this column then the next tab stop from that line is
812 used as alignment column instead. See also `c-backslash-max-column'" 812 used 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)
816 816
817 (defcustom-c-stylevar c-backslash-max-column 72 817 (defcustom-c-stylevar c-backslash-max-column 72