diff options
| -rw-r--r-- | lisp/newcomment.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 3a63636b757..120777ab704 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el | |||
| @@ -215,8 +215,13 @@ makes the comment easier to read. Default is 1. nil means 0." | |||
| 215 | 215 | ||
| 216 | ;;;###autoload | 216 | ;;;###autoload |
| 217 | (defcustom comment-multi-line nil | 217 | (defcustom comment-multi-line nil |
| 218 | "*Non-nil means \\[comment-indent-new-line] continues comments, with no new terminator or starter. | 218 | "*Non-nil means `comment-indent-new-line' continues comments. |
| 219 | This is obsolete because you might as well use \\[newline-and-indent]." | 219 | That is, it inserts no new terminator or starter. |
| 220 | This affects `auto-fill-mode', which is the main reason to | ||
| 221 | customize this variable. | ||
| 222 | |||
| 223 | It also affects \\[indent-new-comment-line]. However, if you want this | ||
| 224 | behavior for explicit filling, you might as well use \\[newline-and-indent]." | ||
| 220 | :type 'boolean) | 225 | :type 'boolean) |
| 221 | 226 | ||
| 222 | (defcustom comment-empty-lines nil | 227 | (defcustom comment-empty-lines nil |