diff options
author | Bastien Guerry <bzg@gnu.org> | 2012-10-23 23:26:00 +0200 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2012-10-23 23:26:00 +0200 |
commit | 9eadb1a9074d93464dfa4d97c22a791c4d76353f (patch) | |
tree | 31acd2c2b57c6af95ecf79c95e6c5b42b51c1007 /doc/emacs | |
parent | 7f8de58ca53c6a4f0844b244af2437b6d058723e (diff) | |
download | emacs-9eadb1a9074d93464dfa4d97c22a791c4d76353f.tar.gz |
Fix last tiny change about text.texi.
Thanks to Eli for his guidance.
Diffstat (limited to 'doc/emacs')
-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 @@ 2012-10-23 Bastien Guerry <bzg@gnu.org> - * text.texi (Org Authoring): Change @ref to @pxref. + * text.texi (Org Authoring): Use a comma after @ref to avoid the + insertion of a period in the Info output. 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca> 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. #+end_example @end example - For further details, @pxref{Exporting,,,org, The Org Manual}, and + For further details, @ref{Exporting,,,org, The Org Manual}, and @ref{Publishing,,,org, The Org Manual}. @node TeX Mode |