From: Jan Djärv Date: Sun, 26 Nov 2006 13:52:57 +0000 (+0000) Subject: (c-backslash-column): Add . at end of sentence. X-Git-Tag: emacs-pretest-22.0.92~497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aeef2654b6ac4d66f2e17729badf2f35a53852ec;p=emacs.git (c-backslash-column): Add . at end of sentence. --- diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 23ae63f0c52..2abc7667a59 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -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)