comparison man/programs.texi @ 64920:e736a91dd7b5

(Options for Comments): Fix xref.
author Richard M. Stallman <rms@gnu.org>
date Thu, 11 Aug 2005 19:52:17 +0000
parents 3723093a21fd
children 375a247b599e 2d92f5c9d6ae
comparison
equal deleted inserted replaced
64919:e611dfbe110a 64920:e736a91dd7b5
1014 @c This stops M-q from breaking the line inside that @code. 1014 @c This stops M-q from breaking the line inside that @code.
1015 @code{@w{"/\\*+ *\\|//+ *"}}, which matches extra stars and spaces 1015 @code{@w{"/\\*+ *\\|//+ *"}}, which matches extra stars and spaces
1016 after the @samp{/*} itself, and accepts C++ style comments also. 1016 after the @samp{/*} itself, and accepts C++ style comments also.
1017 (Note that @samp{\\} is needed in Lisp syntax to include a @samp{\} in 1017 (Note that @samp{\\} is needed in Lisp syntax to include a @samp{\} in
1018 the string, which is needed to deny the first star its special meaning 1018 the string, which is needed to deny the first star its special meaning
1019 in regexp syntax. @xref{Regexps}.) 1019 in regexp syntax. @xref{Regexp Backslash}.)
1020 1020
1021 @vindex comment-start 1021 @vindex comment-start
1022 @vindex comment-end 1022 @vindex comment-end
1023 When a comment command makes a new comment, it inserts the value of 1023 When a comment command makes a new comment, it inserts the value of
1024 @code{comment-start} to begin it. The value of @code{comment-end} is 1024 @code{comment-start} to begin it. The value of @code{comment-end} is