mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
;doc: fix dir entry paths so they work both in info and emacs (#1585)
This commit is contained in:
parent
2d87298a68
commit
6cd565a511
10
dir
10
dir
@ -5,7 +5,7 @@ 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
|
File: dir, Node: Top This is the top of the INFO tree
|
||||||
|
|
||||||
This (the Directory node) gives a menu of major topics.
|
This (the Directory node) gives a menu of major topics.
|
||||||
Typing "q" exits, "H" lists all Info commands, "d" returns here,
|
Typing "q" exits, "?" lists all Info commands, "d" returns here,
|
||||||
"h" gives a primer for first-timers,
|
"h" gives a primer for first-timers,
|
||||||
"mEmacs<Return>" visits the Emacs manual, etc.
|
"mEmacs<Return>" visits the Emacs manual, etc.
|
||||||
|
|
||||||
@ -15,6 +15,8 @@ File: dir, Node: Top This is the top of the INFO tree
|
|||||||
* Menu:
|
* Menu:
|
||||||
|
|
||||||
User Applications
|
User Applications
|
||||||
* hledger: (hledger). Command-line plain text accounting tool.
|
* hledger: (hledger/hledger). Command-line plain text accounting tool.
|
||||||
* hledger-ui: (hledger-ui). Terminal UI for the hledger accounting tool.
|
* hledger-ui: (hledger-ui/hledger-ui).
|
||||||
* hledger-web: (hledger-web). Web UI/API for the hledger accounting tool.
|
Terminal UI for the hledger accounting tool.
|
||||||
|
* hledger-web: (hledger-web/hledger-web).
|
||||||
|
Web UI/API for the hledger accounting tool.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@dircategory User Applications
|
@dircategory User Applications
|
||||||
@direntry
|
@direntry
|
||||||
* hledger-ui: (hledger-ui). Terminal UI for the hledger accounting tool.
|
* hledger-ui: (hledger-ui/hledger-ui). Terminal UI for the hledger accounting tool.
|
||||||
@end direntry
|
@end direntry
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@dircategory User Applications
|
@dircategory User Applications
|
||||||
@direntry
|
@direntry
|
||||||
* hledger-web: (hledger-web). Web UI/API for the hledger accounting tool.
|
* hledger-web: (hledger-web/hledger-web). Web UI/API for the hledger accounting tool.
|
||||||
@end direntry
|
@end direntry
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@dircategory User Applications
|
@dircategory User Applications
|
||||||
@direntry
|
@direntry
|
||||||
* hledger: (hledger). Command-line plain text accounting tool.
|
* hledger: (hledger/hledger). Command-line plain text accounting tool.
|
||||||
@end direntry
|
@end direntry
|
||||||
|
Loading…
Reference in New Issue
Block a user