emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107313: Fix cross-references between


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107313: Fix cross-references between different manuals
Date: Thu, 16 Feb 2012 23:44:31 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107313
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-02-16 23:44:31 -0800
message:
  Fix cross-references between different manuals
  
  * emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
  
  * lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
  (count-words-in-defun): Fix cross-refs to Emacs manual.
  
  * lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
  
  * misc/gnus.texi (Posting Styles):
  * misc/remember.texi (Org): Fix cross-refs to other manuals.
modified:
  doc/emacs/ChangeLog
  doc/emacs/maintaining.texi
  doc/lispintro/ChangeLog
  doc/lispintro/emacs-lisp-intro.texi
  doc/lispref/ChangeLog
  doc/lispref/hooks.texi
  doc/misc/ChangeLog
  doc/misc/gnus.texi
  doc/misc/remember.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-02-17 04:43:39 +0000
+++ b/doc/emacs/ChangeLog       2012-02-17 07:44:31 +0000
@@ -1,5 +1,7 @@
 2012-02-17  Glenn Morris  <address@hidden>
 
+       * maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual.
+
        * ack.texi (Acknowledgments): Mention Gnulib.
 
        * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".

=== modified file 'doc/emacs/maintaining.texi'
--- a/doc/emacs/maintaining.texi        2012-02-05 03:30:42 +0000
+++ b/doc/emacs/maintaining.texi        2012-02-17 07:44:31 +0000
@@ -725,7 +725,7 @@
 
 @ifnottex
 @item M-x vc-ediff
-Like @kbd{C-x v =}, but using Ediff.  @xref{Top, Ediff, ediff, The
+Like @kbd{C-x v =}, but using Ediff.  @xref{Top,, Ediff, ediff, The
 Ediff Manual}.
 @end ifnottex
 
@@ -777,7 +777,7 @@
 @ifnottex
 @findex vc-ediff
   @kbd{M-x vc-ediff} works like @kbd{C-x v =}, except that it uses an
-Ediff session.  @xref{Top, Ediff, ediff, The Ediff Manual}.
+Ediff session.  @xref{Top,, Ediff, ediff, The Ediff Manual}.
 @end ifnottex
 
 @findex vc-root-diff

=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2012-02-09 07:48:22 +0000
+++ b/doc/lispintro/ChangeLog   2012-02-17 07:44:31 +0000
@@ -1,3 +1,8 @@
+2012-02-17  Glenn Morris  <address@hidden>
+
+       * emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax)
+       (count-words-in-defun): Fix cross-refs to Emacs manual.
+
 2012-01-28  Andreas Schwab  <address@hidden>
 
        * emacs-lisp-intro.texi (Top): Move setting of COUNT-WORDS outside

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2012-01-28 19:16:02 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2012-02-17 07:44:31 +0000
@@ -13972,10 +13972,9 @@
 
 @noindent
 The buffer's syntax table determines which characters are and are not
-word constituents.  (@xref{Syntax, , What Constitutes a Word or
-Symbol?}, for more about syntax.  Also, see @ref{Syntax, Syntax, The
-Syntax Table, emacs, The GNU Emacs Manual}, and @ref{Syntax Tables, ,
-Syntax Tables, elisp, The GNU Emacs Lisp Reference Manual}.)
+word constituents.  For more information about syntax,
address@hidden Tables, , Syntax Tables, elisp, The GNU Emacs Lisp
+Reference Manual}.
 
 @need 800
 The search expression looks like this:
@@ -14836,8 +14835,7 @@
 one syntax category.  Other syntax categories include the class of
 punctuation characters, such as the period and the comma, and the
 class of whitespace characters, such as the blank space and the tab
-character.  (For more information, see @ref{Syntax, Syntax, The Syntax
-Table, emacs, The GNU Emacs Manual}, and @ref{Syntax Tables, , Syntax
+character.  (For more information, @pxref{Syntax Tables, , Syntax
 Tables, elisp, The GNU Emacs Lisp Reference Manual}.)
 
 Syntax tables specify which characters belong to which categories.
@@ -15007,7 +15005,7 @@
 jumps.  The true-or-false-test for the @code{while} loop should test
 true so long as point should jump forward, and false when point is at
 the end of the definition.  We have already redefined the regular
-expression for this (@pxref{Syntax}), so the loop is straightforward:
+expression for this, so the loop is straightforward:
 
 @smallexample
 @group

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-02-16 14:43:41 +0000
+++ b/doc/lispref/ChangeLog     2012-02-17 07:44:31 +0000
@@ -1,3 +1,7 @@
+2012-02-17  Glenn Morris  <address@hidden>
+
+       * hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual.
+
 2012-02-16  Chong Yidong  <address@hidden>
 
        * syntax.texi (Syntax Tables, Syntax Descriptors)

=== modified file 'doc/lispref/hooks.texi'
--- a/doc/lispref/hooks.texi    2012-02-02 04:37:05 +0000
+++ b/doc/lispref/hooks.texi    2012-02-17 07:44:31 +0000
@@ -275,8 +275,7 @@
 @item lisp-indent-function
 
 @item mail-setup-hook
address@hidden Mode Misc,, Mail Mode Miscellany, emacs, the GNU Emacs
-Manual}.
address@hidden Misc,, Mail Miscellany, emacs, the GNU Emacs Manual}.
 
 @item menu-bar-update-hook
 @xref{Menu Bar}.

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-02-15 03:15:26 +0000
+++ b/doc/misc/ChangeLog        2012-02-17 07:44:31 +0000
@@ -1,3 +1,8 @@
+2012-02-17  Glenn Morris  <address@hidden>
+
+       * gnus.texi (Posting Styles):
+       * remember.texi (Org): Fix cross-refs to other manuals.
+
 2012-02-15  Glenn Morris  <address@hidden>
 
        * smtpmail.texi (Emacs Speaks SMTP): General update for 24.1.

=== modified file 'doc/misc/gnus.texi'
--- a/doc/misc/gnus.texi        2012-02-13 14:14:18 +0000
+++ b/doc/misc/gnus.texi        2012-02-17 07:44:31 +0000
@@ -12763,8 +12763,8 @@
 In the case of a string value, if the @code{match} is a regular
 expression, a @samp{gnus-match-substitute-replacement} is proceed on
 the value to replace the positional parameters @address@hidden by the
-corresponding parenthetical matches (see @xref{Replacing the Text that
-Matched, , Text Replacement, elisp, The Emacs Lisp Reference Manual}.)
+corresponding parenthetical matches (see @xref{Replacing Match,,
+Replacing the Text that Matched, elisp, The Emacs Lisp Reference Manual}.)
 
 @vindex message-reply-headers
 

=== modified file 'doc/misc/remember.texi'
--- a/doc/misc/remember.texi    2012-01-19 07:21:25 +0000
+++ b/doc/misc/remember.texi    2012-02-17 07:44:31 +0000
@@ -389,8 +389,15 @@
 @section Saving to an Org Mode file
 @cindex org mode, integration
 
address@hidden
+From org.texi:
+Up to version 6.36 Org used a special setup
+for @file{remember.el}.  @file{org-remember.el} is still part of Org mode for
+backward compatibility with existing setups.  You can find the documentation
+for org-remember at @url{http://orgmode.org/org-remember.pdf}.
address@hidden ignore
 For instructions on how to integrate Remember with Org Mode,
-consult @ref{Remember, , , org}.
+consult @ref{Capture, , , org}.
 
 @node GNU Free Documentation License, Concept Index, Backends, Top
 @appendix GNU Free Documentation License


reply via email to

[Prev in Thread] Current Thread [Next in Thread]