summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiogo F. S. Ramos <diogofsr@gmail.com>2013-08-05 11:43:41 -0300
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-08-05 16:50:33 +0200
commita5be6c0b5e0ce79d04e9efa62fbe5435151fea20 (patch)
tree397bfa5642aeb5da8a9c2a70e1c4325613c90dc9
parent418efac4c62fc4133b2d87aabd318b3567ecf3c1 (diff)
downloadgeiser-a5be6c0b5e0ce79d04e9efa62fbe5435151fea20.tar.gz
geiser-a5be6c0b5e0ce79d04e9efa62fbe5435151fea20.tar.bz2
Add `dir' file to list the info manual
If a user doesn't want to install geiser, it's possible to run it in place by loading `elisp/geiser.el' directly. It's also possible to read the info manual directly but it's inconvenient to not have it listed when hitting C-h i inside Emacs. To list such manual, it's necessary to tell info where to look for it. One way of doing it is adding the directory to the variable `Info-additional-directory-list'. But, for this to work, there's need to be a `dir' file listing the info manual.
-rw-r--r--doc/dir18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/dir b/doc/dir
new file mode 100644
index 0000000..bb69d61
--- /dev/null
+++ b/doc/dir
@@ -0,0 +1,18 @@
+This is the file .../info/dir, which contains the
+topmost node of the Info hierarchy, called (dir)Top.
+The first time you invoke Info you start off looking at this node.
+
+File: dir, Node: Top This is the top of the INFO tree
+
+ This (the Directory node) gives a menu of major topics.
+ Typing "q" exits, "?" lists all Info commands, "d" returns here,
+ "h" gives a primer for first-timers,
+ "mEmacs<Return>" visits the Emacs manual, etc.
+
+ In Emacs, you can click mouse button 2 on a menu item or cross reference
+ to select it.
+
+* Menu:
+
+Emacs
+* Geiser: (geiser). Emacs environment for Scheme hacking.