diff options
| author | Karoly Lorentey | 2003-12-30 17:05:05 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2003-12-30 17:05:05 +0000 |
| commit | 7c3a26158711d76ee77b0bd75fa9df56db5eb57d (patch) | |
| tree | f808bf77a5b47ce2c8aec0a31187626860d566b6 /man | |
| parent | c1c63edb7907e35085f2d61507e1047db85d52c7 (diff) | |
| parent | 8a37230a70acc8943ba45f52504179ddcc1a5468 (diff) | |
| download | emacs-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/ChangeLog | 6 | ||||
| -rw-r--r-- | man/programs.texi | 4 | ||||
| -rw-r--r-- | man/viper.texi | 2 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-12-23 Nick Roberts <nick@nick.uklinux.net> | 7 | 2003-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 |
| 1400 | available in C, C++, Objective-C, Java, CORBA IDL, and Pike modes. | 1400 | available 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, |
| 1402 | ccmode, , CC Mode}, for a more extensive description of these modes | 1402 | ccmode, CC Mode}, for a more extensive description of these modes |
| 1403 | and their special features. | 1403 | and 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 | |||
| 2779 | macros) lets the user define keyboard macros that ask for confirmation or | 2779 | macros) lets the user define keyboard macros that ask for confirmation or |
| 2780 | even prompt the user for input and then continue. To do this, one should | 2780 | even prompt the user for input and then continue. To do this, one should |
| 2781 | type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt). | 2781 | type @kbd{C-x q} (for confirmation) or @kbd{C-u C-x q} (for prompt). |
| 2782 | For details, @pxref{Kbd Macro Query,,Customization,emacs,The GNU Emacs | 2782 | For details, @pxref{Keyboard Macro Query,,Customization,emacs,The GNU Emacs |
| 2783 | Manual} @refill | 2783 | Manual} @refill |
| 2784 | 2784 | ||
| 2785 | When the user finishes defining a macro (which is done by typing @kbd{C-x)} --- | 2785 | When the user finishes defining a macro (which is done by typing @kbd{C-x)} --- |