From: Richard M. Stallman Date: Mon, 12 Dec 2005 00:57:01 +0000 (+0000) Subject: (Options for Comments): Comment-end starts with space. X-Git-Tag: emacs-pretest-22.0.90~5333 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa2d347837c3f55f8c6b96268169b502f5acd708;p=emacs.git (Options for Comments): Comment-end starts with space. --- diff --git a/man/programs.texi b/man/programs.texi index d5b608a288c..6444a3a6a47 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1022,9 +1022,11 @@ in regexp syntax. @xref{Regexp Backslash}.) @vindex comment-end When a comment command makes a new comment, it inserts the value of @code{comment-start} to begin it. The value of @code{comment-end} is -inserted after point, so that it will follow the text that you will insert -into the comment. In C mode, @code{comment-start} has the value -@w{@code{"/* "}} and @code{comment-end} has the value @w{@code{" */"}}. +inserted after point, so that it will follow the text that you will +insert into the comment. When @code{comment-end} is non-empty, it +should start with a space. For example, in C mode, +@code{comment-start} has the value @w{@code{"/* "}} and +@code{comment-end} has the value @w{@code{" */"}}. @vindex comment-padding The variable @code{comment-padding} specifies how many spaces