diff 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
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Sun Nov 26 13:52:42 2006 +0000
+++ b/lisp/progmodes/cc-vars.el	Sun Nov 26 13:52:57 2006 +0000
@@ -809,7 +809,7 @@
 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.  See also `c-backslash-max-column'"
+used as alignment column instead.  See also `c-backslash-max-column'."
   :type 'integer
   :group 'c)
 ;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp)