aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2006-11-26 13:52:57 +0000
committerJan Djärv2006-11-26 13:52:57 +0000
commitaeef2654b6ac4d66f2e17729badf2f35a53852ec (patch)
treebd294e9fc1d51e0a7a9da57155a60e55861034d7
parentba1f3817b612407c54ac82bbc7e230b29acd6f08 (diff)
downloademacs-aeef2654b6ac4d66f2e17729badf2f35a53852ec.tar.gz
emacs-aeef2654b6ac4d66f2e17729badf2f35a53852ec.zip
(c-backslash-column): Add . at end of sentence.
-rw-r--r--lisp/progmodes/cc-vars.el2
1 files changed, 1 insertions, 1 deletions
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."
809This is used by the functions that automatically insert or align the 809This is used by the functions that automatically insert or align the
810line continuation backslashes in multiline macros. If any line in the 810line continuation backslashes in multiline macros. If any line in the
811macro exceeds this column then the next tab stop from that line is 811macro exceeds this column then the next tab stop from that line is
812used as alignment column instead. See also `c-backslash-max-column'" 812used as alignment column instead. See also `c-backslash-max-column'."
813 :type 'integer 813 :type 'integer
814 :group 'c) 814 :group 'c)
815;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp) 815;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp)