aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-07 19:15:54 +0000
committerEli Zaretskii2000-10-07 19:15:54 +0000
commitf8d54c986a9288344af2880f69f60fa4b1e33b49 (patch)
tree25c44bcefdf9c1d70033274c3ecf86e432595a66
parenta115794c527032447ab05487d6b0bc52ef1907e8 (diff)
downloademacs-f8d54c986a9288344af2880f69f60fa4b1e33b49.tar.gz
emacs-f8d54c986a9288344af2880f69f60fa4b1e33b49.zip
Fixed a typo.
-rw-r--r--etc/NEWS2
-rw-r--r--man/pcl-cvs.texi4
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7355ae4d411..61f511857b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -836,7 +836,7 @@ mode.
836** Comint (subshell) changes 836** Comint (subshell) changes
837 837
838By default, comint no longer uses the variable `comint-prompt-regexp' to 838By default, comint no longer uses the variable `comint-prompt-regexp' to
839distiguish prompts from user-input. Instead, it notices which parts of 839distinguish prompts from user-input. Instead, it notices which parts of
840the text were output by the process, and which entered by the user, and 840the text were output by the process, and which entered by the user, and
841attaches `field' properties to allow emacs commands to use this information. 841attaches `field' properties to allow emacs commands to use this information.
842Common movement commands, notably beginning-of-line, respect field 842Common 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 @@
1\input texinfo @c -*-texinfo-*- 1\input texinfo @c -*-texinfo-*-
2 2
3@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.4 2000/08/16 18:54:37 fx Exp $" 3@c "@(#)$Name: $:$Id: pcl-cvs.texi,v 1.5 2000/10/01 00:10:51 monnier Exp $"
4 4
5@c Documentation for the GNU Emacs CVS mode. 5@c Documentation for the GNU Emacs CVS mode.
6@c Copyright (C) 1991-2000 Free Software Foundation, Inc. 6@c Copyright (C) 1991-2000 Free Software Foundation, Inc.
@@ -625,7 +625,7 @@ when a file needs to be updated or merged.
625@end table 625@end table
626 626
627The first four of 627The first four of
628Those commands are also reachable from the menubar 628those commands are also reachable from the menubar
629under @samp{Tools->PCL-CVS}. Finally an alternative way is to visit 629under @samp{Tools->PCL-CVS}. Finally an alternative way is to visit
630the CVS administrative subdirectory in your work area with a simple 630the CVS administrative subdirectory in your work area with a simple
631prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS RET}. This 631prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS RET}. This