From: Eli Zaretskii Date: Sat, 7 Oct 2000 19:15:54 +0000 (+0000) Subject: Fixed a typo. X-Git-Tag: emacs-pretest-21.0.90~1068 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8d54c986a9288344af2880f69f60fa4b1e33b49;p=emacs.git Fixed a typo. --- diff --git a/etc/NEWS b/etc/NEWS index 7355ae4d411..61f511857b4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -836,7 +836,7 @@ mode. ** Comint (subshell) changes By default, comint no longer uses the variable `comint-prompt-regexp' to -distiguish prompts from user-input. Instead, it notices which parts of +distinguish prompts from user-input. Instead, it notices which parts of the text were output by the process, and which entered by the user, and attaches `field' properties to allow emacs commands to use this information. Common movement commands, notably beginning-of-line, respect field diff --git a/man/pcl-cvs.texi b/man/pcl-cvs.texi index bc7f9d50b24..7517fa0080b 100644 --- a/man/pcl-cvs.texi +++ b/man/pcl-cvs.texi @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.4 2000/08/16 18:54:37 fx Exp $" +@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.5 2000/10/01 00:10:51 monnier Exp $" @c Documentation for the GNU Emacs CVS mode. @c Copyright (C) 1991-2000 Free Software Foundation, Inc. @@ -625,7 +625,7 @@ when a file needs to be updated or merged. @end table The first four of -Those commands are also reachable from the menubar +those commands are also reachable from the menubar under @samp{Tools->PCL-CVS}. Finally an alternative way is to visit the CVS administrative subdirectory in your work area with a simple prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS RET}. This