diff options
| author | Richard M. Stallman | 2006-02-08 00:25:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-02-08 00:25:01 +0000 |
| commit | 5a579270ae0be63d881ffa9d93f1ba4fc41aa039 (patch) | |
| tree | a69a2f2d2d9298d78b3bed370c11349e63126e5e | |
| parent | 4a446de971e6dfeaf2b1418d2bf17ec84cdfc27f (diff) | |
| download | emacs-5a579270ae0be63d881ffa9d93f1ba4fc41aa039.tar.gz emacs-5a579270ae0be63d881ffa9d93f1ba4fc41aa039.zip | |
(Top): Update subnode menu.
Update info on old Emacs papers.
(Intro): "Graphical display", not window system.
| -rw-r--r-- | man/emacs.texi | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index 701db402c8d..59e95e13446 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -469,7 +469,7 @@ International Character Set Support | |||
| 469 | that cover the whole spectrum of characters. | 469 | that cover the whole spectrum of characters. |
| 470 | * Defining Fontsets:: Defining a new fontset. | 470 | * Defining Fontsets:: Defining a new fontset. |
| 471 | * Undisplayable Characters::When characters don't display. | 471 | * Undisplayable Characters::When characters don't display. |
| 472 | * Single-Byte Character Support:: You can pick one European character set | 472 | * Unibyte Mode:: You can pick one European character set |
| 473 | to use without multibyte characters. | 473 | to use without multibyte characters. |
| 474 | * Charsets:: How Emacs groups its internal character codes. | 474 | * Charsets:: How Emacs groups its internal character codes. |
| 475 | 475 | ||
| @@ -612,9 +612,7 @@ Running Debuggers Under Emacs | |||
| 612 | Maintaining Programs | 612 | Maintaining Programs |
| 613 | 613 | ||
| 614 | * Change Log:: Maintaining a change history for your program. | 614 | * Change Log:: Maintaining a change history for your program. |
| 615 | @ignore | 615 | * Format of ChangeLog:: What the change log file looks like. |
| 616 | * Authors:: Maintaining the Emacs @file{AUTHORS} file. | ||
| 617 | @end ignore | ||
| 618 | * Tags:: Go direct to any function in your program in one | 616 | * Tags:: Go direct to any function in your program in one |
| 619 | command. Tags remembers which file it is in. | 617 | command. Tags remembers which file it is in. |
| 620 | * Emerge:: A convenient way of merging two versions of a program. | 618 | * Emerge:: A convenient way of merging two versions of a program. |
| @@ -956,12 +954,11 @@ files, which are also distributed along with GNU Emacs. | |||
| 956 | editors, all sharing common principles of organization. For information on | 954 | editors, all sharing common principles of organization. For information on |
| 957 | the underlying philosophy of Emacs and the lessons learned from its | 955 | the underlying philosophy of Emacs and the lessons learned from its |
| 958 | development, write for a copy of AI memo 519a, @cite{Emacs, the Extensible, | 956 | development, write for a copy of AI memo 519a, @cite{Emacs, the Extensible, |
| 959 | Customizable Self-Documenting Display Editor}, to Publications Department, | 957 | Customizable Self-Documenting Display Editor}, is available from |
| 960 | Artificial Intelligence Lab, 545 Tech Square, Cambridge, MA 02139, USA@. At | 958 | @url{ftp://publications.ai.mit.edu/ai-publications/pdf/AIM-519A.pdf}. |
| 961 | last report they charge $2.25 per copy. Another useful publication is LCS | 959 | Another useful publication is LCS TM-165, @cite{A Cookbook for an |
| 962 | TM-165, @cite{A Cookbook for an Emacs}, by Craig Finseth, available from | 960 | Emacs}, by Craig Finseth, is available from the MIT libraries in some |
| 963 | Publications Department, Laboratory for Computer Science, 545 Tech Square, | 961 | fashion. |
| 964 | Cambridge, MA 02139, USA@. The price today is $3. | ||
| 965 | 962 | ||
| 966 | This edition of the manual is intended for use with GNU Emacs | 963 | This edition of the manual is intended for use with GNU Emacs |
| 967 | installed on GNU and Unix systems. GNU Emacs can also be used on VMS, | 964 | installed on GNU and Unix systems. GNU Emacs can also be used on VMS, |
| @@ -1152,11 +1149,12 @@ can write an extension, anybody can use it afterward. @xref{Top, | |||
| 1152 | Emacs Lisp Intro, Preface, eintr, An Introduction to Programming in | 1149 | Emacs Lisp Intro, Preface, eintr, An Introduction to Programming in |
| 1153 | Emacs Lisp}, if you want to learn Emacs Lisp programming. | 1150 | Emacs Lisp}, if you want to learn Emacs Lisp programming. |
| 1154 | 1151 | ||
| 1155 | When running on a graphics terminal, Emacs provides its own menus | 1152 | When running on a graphical display, Emacs provides its own menus |
| 1156 | and convenient handling of mouse buttons. But Emacs provides many of | 1153 | and convenient handling of mouse buttons. But Emacs provides many of |
| 1157 | the benefits of a window system even on a text-only terminal. For | 1154 | the benefits of a graphical display even on a text-only terminal. For |
| 1158 | instance, you can look at or edit several files at once, move text | 1155 | instance, it can highlight parts of a file, display and edit several |
| 1159 | between files, and edit files while running shell commands. | 1156 | files at once, move text between files, and edit files while running |
| 1157 | shell commands. | ||
| 1160 | 1158 | ||
| 1161 | @include screen.texi | 1159 | @include screen.texi |
| 1162 | @include commands.texi | 1160 | @include commands.texi |