diff options
| author | Eli Zaretskii | 2000-10-07 19:15:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-10-07 19:15:54 +0000 |
| commit | f8d54c986a9288344af2880f69f60fa4b1e33b49 (patch) | |
| tree | 25c44bcefdf9c1d70033274c3ecf86e432595a66 | |
| parent | a115794c527032447ab05487d6b0bc52ef1907e8 (diff) | |
| download | emacs-f8d54c986a9288344af2880f69f60fa4b1e33b49.tar.gz emacs-f8d54c986a9288344af2880f69f60fa4b1e33b49.zip | |
Fixed a typo.
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | man/pcl-cvs.texi | 4 |
2 files changed, 3 insertions, 3 deletions
| @@ -836,7 +836,7 @@ mode. | |||
| 836 | ** Comint (subshell) changes | 836 | ** Comint (subshell) changes |
| 837 | 837 | ||
| 838 | By default, comint no longer uses the variable `comint-prompt-regexp' to | 838 | By default, comint no longer uses the variable `comint-prompt-regexp' to |
| 839 | distiguish prompts from user-input. Instead, it notices which parts of | 839 | distinguish prompts from user-input. Instead, it notices which parts of |
| 840 | the text were output by the process, and which entered by the user, and | 840 | the text were output by the process, and which entered by the user, and |
| 841 | attaches `field' properties to allow emacs commands to use this information. | 841 | attaches `field' properties to allow emacs commands to use this information. |
| 842 | Common movement commands, notably beginning-of-line, respect field | 842 | 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 @@ | |||
| 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 | ||
| 627 | The first four of | 627 | The first four of |
| 628 | Those commands are also reachable from the menubar | 628 | those commands are also reachable from the menubar |
| 629 | under @samp{Tools->PCL-CVS}. Finally an alternative way is to visit | 629 | under @samp{Tools->PCL-CVS}. Finally an alternative way is to visit |
| 630 | the CVS administrative subdirectory in your work area with a simple | 630 | the CVS administrative subdirectory in your work area with a simple |
| 631 | prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS RET}. This | 631 | prefix argument. For example @kbd{C-u C-x C-f ~/my/work/CVS RET}. This |