diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-08-11 19:52:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-08-11 19:52:17 +0000 |
commit | bd428736d2ebf66916fbd1dbbb733dffff126ea7 (patch) | |
tree | ef680d9e705ae378f7034eab9745e5d094ac3afd | |
parent | c118d09e26efd5263892492fe168020f8cea094f (diff) | |
download | emacs-bd428736d2ebf66916fbd1dbbb733dffff126ea7.tar.gz |
(Options for Comments): Fix xref.
-rw-r--r-- | man/programs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/programs.texi b/man/programs.texi index 34c4c16f8f9..d5b608a288c 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1016,7 +1016,7 @@ for example, in C mode the value of the variable is after the @samp{/*} itself, and accepts C++ style comments also. (Note that @samp{\\} is needed in Lisp syntax to include a @samp{\} in the string, which is needed to deny the first star its special meaning -in regexp syntax. @xref{Regexps}.) +in regexp syntax. @xref{Regexp Backslash}.) @vindex comment-start @vindex comment-end |