emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r111359: * doc/misc/eshell.texi: Fix cross-refere


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r111359: * doc/misc/eshell.texi: Fix cross-references to other manuals.
Date: Mon, 24 Jun 2013 00:42:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111359
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sun 2013-06-23 17:42:12 -0700
message:
  * doc/misc/eshell.texi: Fix cross-references to other manuals.
modified:
  doc/misc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-6331
  doc/misc/eshell.texi           
eshell.texi-20091113204419-o5vbwnq5f7feedwu-6299
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-03-11 02:35:23 +0000
+++ b/doc/misc/ChangeLog        2013-06-24 00:42:12 +0000
@@ -1,3 +1,7 @@
+2013-06-24  Glenn Morris  <address@hidden>
+
+       * eshell.texi: Fix cross-references to other manuals.
+
 2013-03-11  Glenn Morris  <address@hidden>
 
        * Version 24.3 released.

=== modified file 'doc/misc/eshell.texi'
--- a/doc/misc/eshell.texi      2013-02-21 21:33:04 +0000
+++ b/doc/misc/eshell.texi      2013-06-24 00:42:12 +0000
@@ -378,12 +378,13 @@
 
 @item define
 @cmindex define
-Define a varalias.  @xref{Variable Aliases, , , elisp}.
+Define a varalias.
address@hidden Aliases, , , elisp, The Emacs Lisp Reference Manual}.
 
 @item diff
 @cmindex diff
 Use Emacs's internal @code{diff} (not to be confused with
address@hidden).  @xref{Comparing Files, , , elisp}.
address@hidden).  @xref{Comparing Files, , , emacs, The GNU Emacs Manual}.
 
 @item grep
 @cmindex grep
@@ -422,15 +423,18 @@
 @item locate
 @cmindex locate
 Alias to Emacs's @code{locate} function, which simply runs the external
address@hidden command and parses the results.  @xref{Dired and `find', , , 
elisp}.
address@hidden command and parses the results.
address@hidden and Find, , , emacs, The GNU Emacs Manual}.
 
 @item make
 @cmindex make
-Run @command{make} through @code{compile}.  @xref{Running Compilations under 
Emacs, , , elisp}.
+Run @command{make} through @code{compile}.
address@hidden, , , emacs, The GNU Emacs Manual}.
 
 @item occur
 @cmindex occur
-Alias to Emacs's @code{occur}.  @xref{Other Search-and-Loop Commands, , , 
elisp}.
+Alias to Emacs's @code{occur}.
address@hidden Repeating Search, , , emacs, The GNU Emacs Manual}.
 
 @item printnl
 @cmindex printnl
@@ -647,7 +651,8 @@
 
 @item $#var
 Expands to the length of the value bound to @code{var}.  Raises an error
-if the value is not a sequence (@pxref{Sequences Arrays and Vectors, 
Sequences, , elisp}).
+if the value is not a sequence
+(@pxref{Sequences Arrays Vectors, Sequences, , elisp, The Emacs Lisp Reference 
Manual}).
 
 @item $(lisp)
 Expands to the result of evaluating the S-expression @code{(lisp)}.  On
@@ -679,7 +684,8 @@
 
 @item $var[hello]
 Calls @code{assoc} on @code{var} with @code{"hello"}, expecting it to be
-an alist (@pxref{Association List Type, Association Lists, , elisp}).
+an alist (@pxref{Association List Type, Association Lists, , elisp,
+The Emacs Lisp Reference Manual}).
 
 @item $#var[hello]
 Returns the length of the cdr of the element of @code{var} who car is equal
@@ -692,9 +698,11 @@
 Eshell's globbing syntax is very similar to that of Zsh.  Users coming
 from Bash can still use Bash-style globbing, as there are no
 incompatibilities.  Most globbing is pattern-based expansion, but there
-is also predicate-based expansion.  See @ref{Filename Generation, , , zsh}
+is also predicate-based expansion.  See
address@hidden Generation, , , zsh, The Z Shell Manual}
 for full syntax.  To customize the syntax and behaviour of globbing in
-Eshell see the address@hidden@xref{Customization Settings, Customize, , 
elisp}.}
+Eshell see the address@hidden@xref{Easy Customization, , , emacs,
+The GNU Emacs Manual}.}
 groups ``eshell-glob'' and ``eshell-pred''.
 
 @node Input/Output
@@ -738,7 +746,8 @@
 and to provide a common parent Customize group for the
 address@hidden provides a similar module facility.}  An Eshell
 module is defined the same as any other library but one requirement: the
-module must define a address@hidden@xref{Customization Settings, Customize, , 
elisp}.}
+module must define a address@hidden@xref{Customization, , ,
+elisp, The Emacs Lisp Reference Manual}.}
 group using @code{eshell-defgroup} (in place of @code{defgroup}) with
 @code{eshell-module} as the parent address@hidden the module has
 no user-customizable options, then there is no need to define it as an


reply via email to

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