all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* manual xref fixes
@ 2006-04-08 23:35 Kevin Ryde
  0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2006-04-08 23:35 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 501 bytes --]

A couple of gremlins in cross-references in the manual.

The emacs manual:

2006-04-08  Kevin Ryde  <user42@zip.com.au>

        * org.texi (Formula syntax): Typo in node name of calc-eval xref.

        * sending.texi (Mail Sending): In send-mail-function @pxref smtpmail,
        put info and printed manual names the right way around.

The elisp manual:

        * os.texi (Command-Line Arguments): Update xref to emacs manual
        "Command Arguments" -> "Emacs Invocation", per change there.



[-- Attachment #2: org.texi.diff --]
[-- Type: text/plain, Size: 957 bytes --]

*** org.texi.~1.48.~	2006-04-07 09:23:58.000000000 +1000
--- org.texi	2006-04-08 15:15:41.000000000 +1000
***************
*** 1064,1070 ****
  @file{calc} package.  Note that @file{calc} has the slightly
  non-standard conversion that @samp{/} has lower precedence than
  @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.  Before
! evaluation by @code{calc-eval} (@pxref{Calling Calc from Your Lisp
  Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Emacs
  Calc Manual}), variable substitution takes place:
  
--- 1064,1070 ----
  @file{calc} package.  Note that @file{calc} has the slightly
  non-standard conversion that @samp{/} has lower precedence than
  @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.  Before
! evaluation by @code{calc-eval} (@pxref{Calling Calc from Your
  Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Emacs
  Calc Manual}), variable substitution takes place:
  

[-- Attachment #3: sending.texi.diff --]
[-- Type: text/plain, Size: 991 bytes --]

*** sending.texi.~1.35.~	2006-04-07 09:24:00.000000000 +1000
--- sending.texi	2006-04-08 14:59:43.000000000 +1000
***************
*** 459,465 ****
  is @code{sendmail-send-it}, which delivers mail using the Sendmail
  installation on the local host.  To send mail through a SMTP server,
  set it to @code{smtpmail-send-it} and set up the Emacs SMTP library
! (@pxref{Top,,Emacs SMTP Library, Sending mail via SMTP,smtpmail}).  A
  third option is @code{feedmail-send-it}, see the commentary section of
  the @file{feedmail.el} package for more information.
  
--- 459,465 ----
  is @code{sendmail-send-it}, which delivers mail using the Sendmail
  installation on the local host.  To send mail through a SMTP server,
  set it to @code{smtpmail-send-it} and set up the Emacs SMTP library
! (@pxref{Top,,Emacs SMTP Library, smtpmail, Sending mail via SMTP}).  A
  third option is @code{feedmail-send-it}, see the commentary section of
  the @file{feedmail.el} package for more information.
  

[-- Attachment #4: os.texi.diff --]
[-- Type: text/plain, Size: 768 bytes --]

*** os.texi.~1.80.~	2006-02-13 07:39:50.000000000 +1100
--- os.texi	2006-04-08 15:08:23.000000000 +1000
***************
*** 404,411 ****
  arguments is in @code{command-line-args}.)
  
  The command-line arguments are parsed by the @code{command-line-1}
! function in the @file{startup.el} file.  See also @ref{Command
! Arguments, , Command Line Arguments, emacs, The GNU Emacs Manual}.
  @end defvar
  
  @defvar command-line-args
--- 404,412 ----
  arguments is in @code{command-line-args}.)
  
  The command-line arguments are parsed by the @code{command-line-1}
! function in the @file{startup.el} file.  See also @ref{Emacs
! Invocation, , Command Line Arguments for Emacs Invocation, emacs, The
! GNU Emacs Manual}.
  @end defvar
  
  @defvar command-line-args

[-- Attachment #5: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-08 23:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-08 23:35 manual xref fixes Kevin Ryde

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.