diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2006-11-26 13:52:57 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2006-11-26 13:52:57 +0000 |
commit | aeef2654b6ac4d66f2e17729badf2f35a53852ec (patch) | |
tree | bd294e9fc1d51e0a7a9da57155a60e55861034d7 /lisp/progmodes/cc-vars.el | |
parent | ba1f3817b612407c54ac82bbc7e230b29acd6f08 (diff) | |
download | emacs-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.el | 2 |
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) |