summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2006-11-26 13:52:57 +0000
committerJan Djärv <jan.h.d@swipnet.se>2006-11-26 13:52:57 +0000
commitaeef2654b6ac4d66f2e17729badf2f35a53852ec (patch)
treebd294e9fc1d51e0a7a9da57155a60e55861034d7 /lisp/progmodes/cc-vars.el
parentba1f3817b612407c54ac82bbc7e230b29acd6f08 (diff)
downloademacs-aeef2654b6ac4d66f2e17729badf2f35a53852ec.tar.gz
(c-backslash-column): Add . at end of sentence.
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-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."
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)