From: Andreas Schwab Date: Mon, 19 Feb 2001 15:25:56 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-21.0.99~291 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ad1b9193e80864f55103bc1c6ed09f9a662f839;p=emacs.git Fix typo. --- diff --git a/man/ChangeLog b/man/ChangeLog index d19845e071d..f9117d08cdf 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2001-02-19 Andreas Schwab + + * programs.texi: Fix typo. + 2001-02-12 Michael Kifer * viper.texi: Fixed typos. diff --git a/man/programs.texi b/man/programs.texi index f2619f0b02b..3a6bb07e63b 100644 --- a/man/programs.texi +++ b/man/programs.texi @@ -1289,7 +1289,7 @@ removes comment delimiters on each line of the region. (If every line is a comment, it removes comment delimiters from each; otherwise, it adds comment delimiters to each.) If you are not using Transient Mark mode, then you should use the commands @code{comment-region} and -@code{uncomment-region} to do these jobs (@pref{Multi-Line Comments}). +@code{uncomment-region} to do these jobs (@pxref{Multi-Line Comments}). A prefix argument used in these circumstances specifies how many comment delimiters to add or how many to delete.