diff options
| author | Glenn Morris | 2013-07-03 18:52:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-07-03 18:52:54 -0700 |
| commit | 91eea47bd76914ddf595c918b93beb3992ac42da (patch) | |
| tree | d8ec46171e8d5646a94ab13dd5bbae4b64cf6811 | |
| parent | bfd569a4e7d698776cf787ade8a6948aaed49d9f (diff) | |
| download | emacs-91eea47bd76914ddf595c918b93beb3992ac42da.tar.gz emacs-91eea47bd76914ddf595c918b93beb3992ac42da.zip | |
* doc/misc/org.texi (JavaScript support): Fix @url.
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/org.texi | 2 |
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 @@ | |||
| 1 | 2013-07-04 Glenn Morris <rgm@gnu.org> | 1 | 2013-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 | ||
| 5 | 2013-07-03 Glenn Morris <rgm@gnu.org> | 7 | 2013-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 | |||
| 10393 | script is available at @url{http://orgmode.org/org-info.js} and you can find | 10393 | script is available at @url{http://orgmode.org/org-info.js} and you can find |
| 10394 | the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}. | 10394 | the documentation for it at @url{http://orgmode.org/worg/code/org-info-js/}. |
| 10395 | We host the script at our site, but if you use it a lot, you might | 10395 | We host the script at our site, but if you use it a lot, you might |
| 10396 | not want to be dependent on @url{orgmode.org} and prefer to install a local | 10396 | not want to be dependent on @url{http://orgmode.org} and prefer to install a local |
| 10397 | copy on your own web server. | 10397 | copy on your own web server. |
| 10398 | 10398 | ||
| 10399 | To use the script, you need to make sure that the @file{org-jsinfo.el} module | 10399 | To use the script, you need to make sure that the @file{org-jsinfo.el} module |