aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-07-03 18:52:54 -0700
committerGlenn Morris2013-07-03 18:52:54 -0700
commit91eea47bd76914ddf595c918b93beb3992ac42da (patch)
treed8ec46171e8d5646a94ab13dd5bbae4b64cf6811
parentbfd569a4e7d698776cf787ade8a6948aaed49d9f (diff)
downloademacs-91eea47bd76914ddf595c918b93beb3992ac42da.tar.gz
emacs-91eea47bd76914ddf595c918b93beb3992ac42da.zip
* doc/misc/org.texi (JavaScript support): Fix @url.
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/org.texi2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 71f4039152f..e7fa4651b01 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,5 +1,7 @@
12013-07-04 Glenn Morris <rgm@gnu.org> 12013-07-04 Glenn Morris <rgm@gnu.org>
2 2
3 * org.texi (JavaScript support): Fix @url.
4
3 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref. 5 * wisent.texi (Wisent Overview): Remove incorrect, unnecessary uref.
4 6
52013-07-03 Glenn Morris <rgm@gnu.org> 72013-07-03 Glenn Morris <rgm@gnu.org>
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 1d7de18ada6..832976e9ea0 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -10393,7 +10393,7 @@ view type is a @emph{folding} view much like Org provides inside Emacs. The
10393script is available at @url{http://orgmode.org/org-info.js} and you can find 10393script is available at @url{http://orgmode.org/org-info.js} and you can find
10394the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}. 10394the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}.
10395We host the script at our site, but if you use it a lot, you might 10395We host the script at our site, but if you use it a lot, you might
10396not want to be dependent on @url{orgmode.org} and prefer to install a local 10396not want to be dependent on @url{http://orgmode.org} and prefer to install a local
10397copy on your own web server. 10397copy on your own web server.
10398 10398
10399To use the script, you need to make sure that the @file{org-jsinfo.el} module 10399To use the script, you need to make sure that the @file{org-jsinfo.el} module