aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorKaroly Lorentey2003-12-30 17:05:05 +0000
committerKaroly Lorentey2003-12-30 17:05:05 +0000
commit7c3a26158711d76ee77b0bd75fa9df56db5eb57d (patch)
treef808bf77a5b47ce2c8aec0a31187626860d566b6 /man
parentc1c63edb7907e35085f2d61507e1047db85d52c7 (diff)
parent8a37230a70acc8943ba45f52504179ddcc1a5468 (diff)
downloademacs-7c3a26158711d76ee77b0bd75fa9df56db5eb57d.tar.gz
emacs-7c3a26158711d76ee77b0bd75fa9df56db5eb57d.zip
Merged in changes from CVS head
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-5 Add =cvs-sync-make-log script * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-6 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-7 Use absolute tla-tools filenames in =cvs-sync-make-log * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-8 Use proper arch-tag: syntax for lispintro/texinfo.tex * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-9 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-24
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog6
-rw-r--r--man/programs.texi4
-rw-r--r--man/viper.texi2
3 files changed, 9 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 978b1e03d41..e57e5fbb4fe 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
12003-12-29 Kevin Ryde <user42@zip.com.au>
2
3 * viper.texi (Vi Macros): Fix reference to the Emacs manual.
4
5 * programs.texi (C Modes): Fix the xref.
6
12003-12-23 Nick Roberts <nick@nick.uklinux.net> 72003-12-23 Nick Roberts <nick@nick.uklinux.net>
2 8
3 * building.texi (Watch Expressions): Update. 9 * building.texi (Watch Expressions): Update.
diff --git a/man/programs.texi b/man/programs.texi
index e3775569860..6b3776e0ac3 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -1398,8 +1398,8 @@ Mode}). The Foldout package provides folding-editor features
1398 1398
1399 This section gives a brief description of the special features 1399 This section gives a brief description of the special features
1400available in C, C++, Objective-C, Java, CORBA IDL, and Pike modes. 1400available in C, C++, Objective-C, Java, CORBA IDL, and Pike modes.
1401(These are called ``C mode and related modes.'') @xref{Top, CC Mode, 1401(These are called ``C mode and related modes.'') @xref{Top, , CC Mode,
1402ccmode, , CC Mode}, for a more extensive description of these modes 1402ccmode, CC Mode}, for a more extensive description of these modes
1403and their special features. 1403and their special features.
1404 1404
1405@menu 1405@menu
diff --git a/man/viper.texi b/man/viper.texi
index 2012ee58875..a31ce9a003d 100644
--- a/man/viper.texi
+++ b/man/viper.texi
@@ -2779,7 +2779,7 @@ As if all that is not enough, Viper (through its interface to Emacs
2779macros) lets the user define keyboard macros that ask for confirmation or 2779macros) lets the user define keyboard macros that ask for confirmation or
2780even prompt the user for input and then continue. To do this, one should 2780even prompt the user for input and then continue. To do this, one should
2781type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt). 2781type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt).
2782For details, @pxref{Kbd Macro Query,,Customization,emacs,The GNU Emacs 2782For details, @pxref{Keyboard Macro Query,,Customization,emacs,The GNU Emacs
2783Manual} @refill 2783Manual} @refill
2784 2784
2785When the user finishes defining a macro (which is done by typing @kbd{C-x)} --- 2785When the user finishes defining a macro (which is done by typing @kbd{C-x)} ---