emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r111367: Fix some doc/ cross-references


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r111367: Fix some doc/ cross-references
Date: Wed, 03 Jul 2013 03:04:05 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111367
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-07-02 20:03:47 -0700
message:
  Fix some doc/ cross-references
  
  * doc/lispintro/emacs-lisp-intro.texi (edebug):
  * doc/lispref/debugging.texi (Debugging):
  * doc/lispref/files.texi (File Attributes, Changing Files):
  * doc/misc/bovine.texi (top):
  * doc/misc/cc-mode.texi (AWK Mode Font Locking):
  * doc/misc/mh-e.texi (Preface):
  * doc/misc/url.texi (URI Parsing):
  Fix cross-references to other manuals.
  
  * doc/lispref/package.texi (Package Archives): Fix @url call.
modified:
  doc/lispintro/ChangeLog        changelog-20091113204419-o5vbwnq5f7feedwu-6128
  doc/lispintro/emacs-lisp-intro.texi 
emacslispintro.texi-20091113204419-o5vbwnq5f7feedwu-6143
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/debugging.texi     
debugging.texi-20091113204419-o5vbwnq5f7feedwu-6171
  doc/lispref/files.texi         files.texi-20091113204419-o5vbwnq5f7feedwu-6179
  doc/lispref/package.texi       package.texi-20100825202226-iq7hwjiir2jpyd4g-1
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/bovine.texi           bovine.texi-20121213041604-7ylypfkjfzwpfp48-1
  doc/misc/cc-mode.texi          
ccmode.texi-20091113204419-o5vbwnq5f7feedwu-6291
  doc/misc/mh-e.texi             mhe.texi-20091113204419-o5vbwnq5f7feedwu-6311
  doc/misc/url.texi              url.texi-20091113204419-o5vbwnq5f7feedwu-6326
=== modified file 'doc/lispintro/ChangeLog'
--- a/doc/lispintro/ChangeLog   2013-03-12 07:15:15 +0000
+++ b/doc/lispintro/ChangeLog   2013-07-03 03:03:47 +0000
@@ -1,3 +1,7 @@
+2013-07-03  Glenn Morris  <address@hidden>
+
+       * emacs-lisp-intro.texi (edebug): Fix cross-references.
+
 2013-03-12  Glenn Morris  <address@hidden>
 
        * emacs-lisp-intro.texi: Add some stuff specific to www.gnu.org.

=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-03-12 07:15:15 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-07-03 03:03:47 +0000
@@ -18619,7 +18619,7 @@
 You can walk through the execution of a function, line by line, or run
 quickly until reaching a @dfn{breakpoint} where execution stops.
 
-Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs
+Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs
 Lisp Reference Manual}.
 
 @need 1250
@@ -18746,7 +18746,7 @@
 changing values of various expressions; you can find out how many
 times a function is called, and more.
 
-Edebug is described in @ref{edebug, , Edebug, elisp, The GNU Emacs
+Edebug is described in @ref{Edebug, , , elisp, The GNU Emacs
 Lisp Reference Manual}.
 
 @need 1500

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-06-26 07:16:20 +0000
+++ b/doc/lispref/ChangeLog     2013-07-03 03:03:47 +0000
@@ -1,3 +1,10 @@
+2013-07-03  Glenn Morris  <address@hidden>
+
+       * debugging.texi (Debugging):
+       * files.texi (File Attributes, Changing Files): Fix cross-references.
+
+       * package.texi (Package Archives): Fix @url call.
+
 2013-06-26  Glenn Morris  <address@hidden>
 
        * syntax.texi (Syntax Table Functions): Mention describe-syntax.

=== modified file 'doc/lispref/debugging.texi'
--- a/doc/lispref/debugging.texi        2013-01-01 09:11:05 +0000
+++ b/doc/lispref/debugging.texi        2013-07-03 03:03:47 +0000
@@ -32,7 +32,7 @@
 
 @item
 You can use the ERT package to write regression tests for the program.
address@hidden,the ERT manual,, ERT, ERT: Emacs Lisp Regression Testing}.
address@hidden,the ERT manual,, ert, ERT: Emacs Lisp Regression Testing}.
 
 @item
 You can profile the program to get hints about how to make it more efficient.

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2013-02-23 10:55:13 +0000
+++ b/doc/lispref/files.texi    2013-07-03 03:03:47 +0000
@@ -1112,7 +1112,7 @@
 symbolic links in @var{filename} at all levels.  If @var{filename}
 does not exist, the return value is @code{nil}.
 
address@hidden Permissions,,, coreutils, The @sc{gnu} @code{Coreutils}
address@hidden permissions,,, coreutils, The @sc{gnu} @code{Coreutils}
 Manual}, for a description of mode bits.  If the low-order bit is 1,
 then the file is executable by all users, if the second-lowest-order
 bit is 1, then the file is writable by all users, etc.  The highest
@@ -1599,7 +1599,7 @@
 @noindent
 specifies that the file should be readable and writable for its owner,
 readable for group members, and readable for all other users.
address@hidden Permissions,,, coreutils, The @sc{gnu} @code{Coreutils}
address@hidden permissions,,, coreutils, The @sc{gnu} @code{Coreutils}
 Manual}, for a description of mode bit specifications.
 
 Interactively, @var{mode} is read from the minibuffer using
@@ -1650,7 +1650,7 @@
 mode bits of @var{base-file}.  If @var{base-file} is omitted or
 @code{nil}, the function uses @code{0} as the base mode bits.  The
 complete and relative specifications can be combined, as in
address@hidden"u+r,g+rx,o+r,g-w"}.  @xref{File Permissions,,, coreutils, The
address@hidden"u+r,g+rx,o+r,g-w"}.  @xref{File permissions,,, coreutils, The
 @sc{gnu} @code{Coreutils} Manual}, for a description of file mode
 specifications.
 @end defun

=== modified file 'doc/lispref/package.texi'
--- a/doc/lispref/package.texi  2013-01-01 09:11:05 +0000
+++ b/doc/lispref/package.texi  2013-07-03 03:03:47 +0000
@@ -265,7 +265,7 @@
   Via the Package Menu, users may download packages from @dfn{package
 archives}.  Such archives are specified by the variable
 @code{package-archives}, whose default value contains a single entry:
-the archive hosted by the GNU project at @url{elpa.gnu.org}.  This
+the archive hosted by the GNU project at @url{http://elpa.gnu.org}.  This
 section describes how to set up and maintain a package archive.
 
 @cindex base location, package archive

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-06-24 02:38:45 +0000
+++ b/doc/misc/ChangeLog        2013-07-03 03:03:47 +0000
@@ -1,3 +1,10 @@
+2013-07-03  Glenn Morris  <address@hidden>
+
+       * bovine.texi (top):
+       * cc-mode.texi (AWK Mode Font Locking):
+       * mh-e.texi (Preface):
+       * url.texi (URI Parsing): Fix cross-references to other manuals.
+
 2013-06-24  Glenn Morris  <address@hidden>
 
        * eshell.texi: Fix cross-references to other manuals.

=== modified file 'doc/misc/bovine.texi'
--- a/doc/misc/bovine.texi      2013-02-12 17:36:54 +0000
+++ b/doc/misc/bovine.texi      2013-07-03 03:03:47 +0000
@@ -76,7 +76,7 @@
 implementation of an @acronym{LL} parser.  It is good for simple
 languages.  It has many conveniences making grammar writing easy.  The
 conveniences make it less powerful than a Bison-like @acronym{LALR}
-parser.  For more information, @inforef{top, the Wisent Parser Manual,
+parser.  For more information, @inforef{Top, The Wisent Parser Manual,
 wisent}.
 
 Bovine @acronym{LL} grammars are stored in files with a @file{.by}

=== modified file 'doc/misc/cc-mode.texi'
--- a/doc/misc/cc-mode.texi     2013-02-12 17:36:54 +0000
+++ b/doc/misc/cc-mode.texi     2013-07-03 03:03:47 +0000
@@ -2111,7 +2111,7 @@
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
 The general appearance of font-locking in AWK mode is much like in any
-other programming mode.  @xref{Faces For Font Lock,,,elisp, GNU Emacs
+other programming mode.  @xref{Faces for Font Lock,,,elisp, GNU Emacs
 Lisp Reference Manual}.
 
 The following faces are, however, used in a non-standard fashion in

=== modified file 'doc/misc/mh-e.texi'
--- a/doc/misc/mh-e.texi        2013-01-01 09:11:05 +0000
+++ b/doc/misc/mh-e.texi        2013-07-03 03:03:47 +0000
@@ -233,7 +233,7 @@
 @cite{GNU Emacs Manual},
 @end iftex
 @ifinfo
address@hidden, , GNU Emacs Manual, emacs, GNU Emacs Manual},
address@hidden, , GNU Emacs Manual, emacs, GNU Emacs Manual},
 @end ifinfo
 @ifhtml
 @uref{http://www.gnu.org/software/emacs/manual/html_node/,

=== modified file 'doc/misc/url.texi'
--- a/doc/misc/url.texi 2013-02-12 17:36:54 +0000
+++ b/doc/misc/url.texi 2013-07-03 03:03:47 +0000
@@ -138,7 +138,7 @@
   The return value of @code{url-generic-parse-url}, and the argument
 expected by @code{url-recreate-url}, is a @dfn{parsed URI}: a CL
 structure whose slots hold the various components of the address@hidden
address@hidden,the CL Manual,,cl,GNU Emacs Common Lisp Emulation}, for
address@hidden,the CL Manual,,cl,GNU Emacs Common Lisp Emulation}, for
 details about CL structures.  Most of the other functions in the
 @code{url} library act on parsed URIs.
 


reply via email to

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