]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-backslash-column): Add . at end of sentence.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 26 Nov 2006 13:52:57 +0000 (13:52 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 26 Nov 2006 13:52:57 +0000 (13:52 +0000)
lisp/progmodes/cc-vars.el

index 23ae63f0c52db95b8d970ea3d57795ebb3f1daf3..2abc7667a597eb3e23a48ec28b359851f5c40f1f 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.  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)