diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 3 | ||||
| -rw-r--r-- | doc/emacs/text.texi | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ecfbaf5fc77..9a71ed5b272 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2012-10-23 Bastien Guerry <bzg@gnu.org> | 1 | 2012-10-23 Bastien Guerry <bzg@gnu.org> |
| 2 | 2 | ||
| 3 | * text.texi (Org Authoring): Change @ref to @pxref. | 3 | * text.texi (Org Authoring): Use a comma after @ref to avoid the |
| 4 | insertion of a period in the Info output. | ||
| 4 | 5 | ||
| 5 | 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | 7 | ||
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index e80c1b1cdc3..6e895d3ac3c 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi | |||
| @@ -1399,7 +1399,7 @@ This is an example. | |||
| 1399 | #+end_example | 1399 | #+end_example |
| 1400 | @end example | 1400 | @end example |
| 1401 | 1401 | ||
| 1402 | For further details, @pxref{Exporting,,,org, The Org Manual}, and | 1402 | For further details, @ref{Exporting,,,org, The Org Manual}, and |
| 1403 | @ref{Publishing,,,org, The Org Manual}. | 1403 | @ref{Publishing,,,org, The Org Manual}. |
| 1404 | 1404 | ||
| 1405 | @node TeX Mode | 1405 | @node TeX Mode |