# HG changeset patch # User Jan Dj¸«£rv # Date 1164549177 0 # Node ID b3f1ef7ff72f0e828e8807702742f22f70200561 # Parent 916cee8ae7d5c7c97ca7bcdedf18d279b6264d84 (c-backslash-column): Add . at end of sentence. diff -r 916cee8ae7d5 -r b3f1ef7ff72f lisp/progmodes/cc-vars.el --- 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)