diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-28 02:55:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-28 02:55:13 +0000 |
commit | 8f787a80e3eb16ac225977dd5418a400ec7b2f5c (patch) | |
tree | 7e515d117f1c8482a968ec62c8bea657a20ccb24 | |
parent | 8c2cce7ea9c9d7a0a4f9c9015d1a35c093f7540a (diff) | |
download | emacs-8f787a80e3eb16ac225977dd5418a400ec7b2f5c.tar.gz |
Rewrite the introductory text for clarity.
Put the `info' topic above the "Emacs" subcategory line.
-rw-r--r-- | info/dir | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -4,18 +4,24 @@ Info hierarchy. The first time you invoke Info you start off looking at that node, which is (dir)Top. File: dir Node: Top This is the top of the INFO tree - This (the Directory node) gives a menu of major topics. - Typing "d" returns here, "q" exits, "?" lists all INFO commands, "h" - gives a primer for first-timers, "mEmacs<Return>" visits the Emacs topic, - etc. - In Emacs, you can click mouse button 2 on a menu item or cross reference - to select it. - --- PLEASE ADD DOCUMENTATION TO THIS TREE. (See INFO topic first.) --- -* Menu: The list of major topics begins on the next line. +The Info Directory +****************** + + The Info Directory is the top-level menu of major Info topics. + Type "d" in Info to return to the Info Directory. Type "q" to exit Info. + Type "?" for a list of Info commands, or "h" to visit an Info tutorial. + Type "m" to choose a menu item--for instance, + "mEmacs<Return>" visits the Emacs manual. + In Emacs Info, you can click mouse button 2 on a menu item or cross reference + to follow it to its target. + +* Menu: Each line that starts with a * is a topic you can select with "m". + Every third topic has a red *. -Emacs * Info: (info). How to use the documentation browsing system. + +Emacs * Emacs: (emacs). The extensible self-documenting text editor. * Emacs FAQ: (efaq). Frequently Asked Questions about Emacs. * Emacs Lisp Introduction: (eintr). |