diff options
| author | Jan Djärv | 2006-11-26 13:52:57 +0000 |
|---|---|---|
| committer | Jan Djärv | 2006-11-26 13:52:57 +0000 |
| commit | aeef2654b6ac4d66f2e17729badf2f35a53852ec (patch) | |
| tree | bd294e9fc1d51e0a7a9da57155a60e55861034d7 | |
| parent | ba1f3817b612407c54ac82bbc7e230b29acd6f08 (diff) | |
| download | emacs-aeef2654b6ac4d66f2e17729badf2f35a53852ec.tar.gz emacs-aeef2654b6ac4d66f2e17729badf2f35a53852ec.zip | |
(c-backslash-column): Add . at end of sentence.
| -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." | |||
| 809 | This is used by the functions that automatically insert or align the | 809 | This is used by the functions that automatically insert or align the |
| 810 | line continuation backslashes in multiline macros. If any line in the | 810 | line continuation backslashes in multiline macros. If any line in the |
| 811 | macro exceeds this column then the next tab stop from that line is | 811 | macro exceeds this column then the next tab stop from that line is |
| 812 | used as alignment column instead. See also `c-backslash-max-column'" | 812 | used 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) |