changeset 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 916cee8ae7d5
children be98c5ff6922
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)