aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog8
-rw-r--r--doc/misc/pcl-cvs.texi10
-rw-r--r--doc/misc/tramp.texi15
3 files changed, 24 insertions, 9 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index adb5bbbd669..72ac8b85fc3 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,11 @@
12012-01-23 Glenn Morris <rgm@gnu.org>
2
3 * pcl-cvs.texi (About PCL-CVS): Refer to vc-dir rather than vc-dired.
4
52012-01-19 Eric Hanchrow <eric.hanchrow@gmail.com>
6
7 * tramp.texi (File): Tweak wording for the `scpc' option.
8
12012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> 92012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 10
3 * gnus.texi (Group Parameters): Really note precedence. 11 * gnus.texi (Group Parameters): Really note precedence.
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi
index 32d2114f5a0..92c309f5e98 100644
--- a/doc/misc/pcl-cvs.texi
+++ b/doc/misc/pcl-cvs.texi
@@ -6,8 +6,7 @@
6@c %**end of header 6@c %**end of header
7 7
8@copying 8@copying
9Copyright @copyright{} 1991-2012 9Copyright @copyright{} 1991-2012 Free Software Foundation, Inc.
10Free Software Foundation, Inc.
11 10
12@quotation 11@quotation
13Permission is granted to copy, distribute and/or modify this document 12Permission is granted to copy, distribute and/or modify this document
@@ -136,10 +135,9 @@ Customization
136PCL-CVS is a front-end to CVS versions 1.9 and later. 135PCL-CVS is a front-end to CVS versions 1.9 and later.
137It concisely shows the present status of a checked out module in an 136It concisely shows the present status of a checked out module in an
138Emacs buffer and provides single-key access to the most frequently used CVS 137Emacs buffer and provides single-key access to the most frequently used CVS
139commands. 138commands. Note that the @code{vc-dir} command (@pxref{VC Directory
140For Emacs users accustomed to VC, PCL-CVS can be thought of as a replacement 139Mode, , , emacs, The GNU Emacs Manual}) provides similar
141for VC-dired (@pxref{VC Directory Mode, , , emacs, The GNU 140functionality, but for several version control systems, including CVS.
142Emacs Manual}) specifically designed for CVS.
143 141
144PCL-CVS was originally written many years ago by Per Cederqvist who 142PCL-CVS was originally written many years ago by Per Cederqvist who
145proudly maintained it until January 1996, at which point he released the 143proudly maintained it until January 1996, at which point he released the
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 41ba6689f13..7fbd11decd7 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -866,13 +866,22 @@ Newer versions of @option{ssh} (for example OpenSSH 4) offer an option
866@option{ControlMaster}. This allows @option{scp} to reuse an existing 866@option{ControlMaster}. This allows @option{scp} to reuse an existing
867@option{ssh} channel, which increases performance. 867@option{ssh} channel, which increases performance.
868 868
869Before you use this method, you shall check whether your @option{ssh} 869Before you use this method, you should check whether your @option{ssh}
870implementation does support this option. Try from the command line 870implementation supports this option. Try from the command line
871 871
872@example 872@example
873ssh localhost -o ControlMaster=yes 873ssh localhost -o ControlMaster=yes /bin/true
874@end example 874@end example
875 875
876If that command succeeds silently, then you can use @option{scpc}; but
877if it fails like
878
879@example
880command-line: line 0: Bad configuration option: ControlMaster
881@end example
882
883then you cannot use it.
884
876This method supports the @samp{-p} argument. 885This method supports the @samp{-p} argument.
877 886
878 887