From 07eb274da12a495d44ce7a58af4205c5b5f7692f Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 2 Jun 2007 19:31:36 +0000 Subject: [PATCH] manual: Clarify what image-link, link, and link-and-anchor mean 2007-06-02 Michael Olson * texi/muse.texi (Markup Strings): Clarify the meanings of image-link, link, and link-and-anchor. git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-331 --- ChangeLog | 3 +++ texi/muse.texi | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31b632b..72249d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ images in the link. Fixes bug #5112. Thanks to Thomas Kappler for the suggested workaround. + * texi/muse.texi (Markup Strings): Clarify the meanings of + image-link, link, and link-and-anchor. + 2007-05-31 Michael Olson * NEWS: Add example for setting `muse-html-table-attributes'. diff --git a/texi/muse.texi b/texi/muse.texi index 4941126..1a318a6 100644 --- a/texi/muse.texi +++ b/texi/muse.texi @@ -2404,7 +2404,7 @@ An inlined image. Argument 1: image without extension. Argument 2: image extension. @item image-link -A link to an image. +An image with a link around it. Argument 1: link. Argument 2: image without extension. Argument 3: image extension. @@ -2421,13 +2421,13 @@ A URL without a description. Argument 1: URL. @item link -A link with a description. +A link to a Muse page with a description. Argument 1: link. Argument 2: description if one exists, or the original link otherwise. @item link-and-anchor -A link to a page with an anchor, and a description. +A link to a Muse page with an anchor, and a description. Argument 1: link. Argument 2: anchor name. Argument 3: description if one exists, or the original link otherwise. -- 2.11.4.GIT