aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-02-08 00:25:01 +0000
committerRichard M. Stallman2006-02-08 00:25:01 +0000
commit5a579270ae0be63d881ffa9d93f1ba4fc41aa039 (patch)
treea69a2f2d2d9298d78b3bed370c11349e63126e5e
parent4a446de971e6dfeaf2b1418d2bf17ec84cdfc27f (diff)
downloademacs-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.texi26
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
612Maintaining Programs 612Maintaining 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.
956editors, all sharing common principles of organization. For information on 954editors, all sharing common principles of organization. For information on
957the underlying philosophy of Emacs and the lessons learned from its 955the underlying philosophy of Emacs and the lessons learned from its
958development, write for a copy of AI memo 519a, @cite{Emacs, the Extensible, 956development, write for a copy of AI memo 519a, @cite{Emacs, the Extensible,
959Customizable Self-Documenting Display Editor}, to Publications Department, 957Customizable Self-Documenting Display Editor}, is available from
960Artificial Intelligence Lab, 545 Tech Square, Cambridge, MA 02139, USA@. At 958@url{ftp://publications.ai.mit.edu/ai-publications/pdf/AIM-519A.pdf}.
961last report they charge $2.25 per copy. Another useful publication is LCS 959Another useful publication is LCS TM-165, @cite{A Cookbook for an
962TM-165, @cite{A Cookbook for an Emacs}, by Craig Finseth, available from 960Emacs}, by Craig Finseth, is available from the MIT libraries in some
963Publications Department, Laboratory for Computer Science, 545 Tech Square, 961fashion.
964Cambridge, MA 02139, USA@. The price today is $3.
965 962
966This edition of the manual is intended for use with GNU Emacs 963This edition of the manual is intended for use with GNU Emacs
967installed on GNU and Unix systems. GNU Emacs can also be used on VMS, 964installed 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,
1152Emacs Lisp Intro, Preface, eintr, An Introduction to Programming in 1149Emacs Lisp Intro, Preface, eintr, An Introduction to Programming in
1153Emacs Lisp}, if you want to learn Emacs Lisp programming. 1150Emacs 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
1156and convenient handling of mouse buttons. But Emacs provides many of 1153and convenient handling of mouse buttons. But Emacs provides many of
1157the benefits of a window system even on a text-only terminal. For 1154the benefits of a graphical display even on a text-only terminal. For
1158instance, you can look at or edit several files at once, move text 1155instance, it can highlight parts of a file, display and edit several
1159between files, and edit files while running shell commands. 1156files at once, move text between files, and edit files while running
1157shell commands.
1160 1158
1161@include screen.texi 1159@include screen.texi
1162@include commands.texi 1160@include commands.texi