summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brand <michael.ch.brand@gmail.com>2012-02-18 17:03:36 +0100
committerBastien Guerry <bzg@altern.org>2012-02-18 18:21:32 +0100
commit40b3b323f879c987376cb4c039b22e01eb07ec15 (patch)
tree6fc3d232158383df08b9f886518623c10c4d9314
parente744db1ad1396380ee056f72f52190091738dcd4 (diff)
downloadorg-mode-40b3b323f879c987376cb4c039b22e01eb07ec15.tar.gz
manual: fix references to Calc manual
* doc/org.texi: Decapitalize file name in references to Calc manual. On a case sensitive file system the references from the HTML Org manual (e. g. the link href="Calc.html#Embedded-Mode" or href="../Calc/Embedded-Mode.html#Embedded-Mode") to the HTML Calc manual (e. g. the file calc.html or calc/Embedded-Mode.html) do not match.
-rw-r--r--doc/org.texi13
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 2fc627d..d3d0e9b 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1949,13 +1949,7 @@ item.
Org comes with a fast and intuitive table editor. Spreadsheet-like
calculations are supported using the Emacs @file{calc} package
-@ifinfo
-(@pxref{Top,Calc,,Calc,Gnu Emacs Calculator Manual}).
-@end ifinfo
-@ifnotinfo
-(see the Emacs Calculator manual for more information about the Emacs
-calculator).
-@end ifnotinfo
+(@pxref{Top, Calc, , calc, Gnu Emacs Calculator Manual}).
@menu
* Built-in table editor:: Simple tables
@@ -2515,9 +2509,8 @@ A formula can be any algebraic expression understood by the Emacs
non-standard convention that @samp{/} has lower precedence than
@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.} Before
evaluation by @code{calc-eval} (@pxref{Calling Calc from
-Your Programs,calc-eval,Calling Calc from Your Lisp Programs,Calc,GNU
+Your Programs, calc-eval, Calling Calc from Your Lisp Programs, calc, GNU
Emacs Calc Manual}),
-@c FIXME: The link to the Calc manual in HTML does not work.
variable substitution takes place according to the rules described above.
@cindex vectors, in table calculations
The range vectors can be directly fed into the Calc vector functions
@@ -14896,7 +14889,7 @@ checks for the availability of Calc by looking for the function
been installed properly. As of Emacs 22, Calc is part of the Emacs
distribution. Another possibility for interaction between the two
packages is using Calc for embedded calculations. @xref{Embedded Mode,
-, Embedded Mode, Calc, GNU Emacs Calc Manual}.
+, Embedded Mode, calc, GNU Emacs Calc Manual}.
@item @file{constants.el} by Carsten Dominik
@cindex @file{constants.el}
@cindex Dominik, Carsten