emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/programs.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/programs.texi
Date: Mon, 12 Dec 2005 00:57:01 +0000

Index: emacs/man/programs.texi
diff -u emacs/man/programs.texi:1.100 emacs/man/programs.texi:1.101
--- emacs/man/programs.texi:1.100       Thu Aug 11 19:52:17 2005
+++ emacs/man/programs.texi     Mon Dec 12 00:57:01 2005
@@ -1022,9 +1022,11 @@
 @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
address@hidden@code{"/* "}} and @code{comment-end} has the value 
@address@hidden" */"}}.
+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,
address@hidden has the value @address@hidden"/* "}} and
address@hidden has the value @address@hidden" */"}}.
 
 @vindex comment-padding
   The variable @code{comment-padding} specifies how many spaces




reply via email to

[Prev in Thread] Current Thread [Next in Thread]