From 61db307fee9a511cb38cfaffbedbfbf163aa6256 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 28 Jan 2011 14:19:36 -0500 Subject: [PATCH] Shorten menu description of "Other Display Specs" lispref node (Bug#7816). * vol1.texi (Top): * vol2.texi (Top): * elisp.texi (Top): * display.texi (Display Property): Shorten the menu description of the "Other Display Specs" node. --- doc/lispref/ChangeLog | 6 ++++++ doc/lispref/display.texi | 5 ++--- doc/lispref/elisp.texi | 5 ++--- doc/lispref/vol1.texi | 5 ++--- doc/lispref/vol2.texi | 5 ++--- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e4cc70f79bd..c651c5cab89 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,11 @@ 2011-01-28 Chong Yidong + * vol1.texi (Top): + * vol2.texi (Top): + * elisp.texi (Top): + * display.texi (Display Property): Shorten the menu description of + the "Other Display Specs" node (Bug#7816). + * keymaps.texi (Defining Menus): Add "menu item" and "extended menu item" concept index entries (Bug#7805). diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 0a9fa30c599..8a884401546 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -3657,9 +3657,8 @@ display specifications and what they mean. * Replacing Specs:: Display specs that replace the text. * Specified Space:: Displaying one space with a specified width. * Pixel Specification:: Specifying space width or height in pixels. -* Other Display Specs:: Displaying an image; magnifying text; moving it - up or down on the page; adjusting the width - of spaces within text. +* Other Display Specs:: Displaying an image; adjusting the height, + spacing, and other properties of text. * Display Margins:: Displaying text or images to the side of the main text. @end menu diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi index 02cb2aeefc8..44161924188 100644 --- a/doc/lispref/elisp.texi +++ b/doc/lispref/elisp.texi @@ -1329,9 +1329,8 @@ The @code{display} Property * Replacing Specs:: Display specs that replace the text. * Specified Space:: Displaying one space with a specified width. * Pixel Specification:: Specifying space width or height in pixels. -* Other Display Specs:: Displaying an image; magnifying text; moving it - up or down on the page; adjusting the width - of spaces within text. +* Other Display Specs:: Displaying an image; adjusting the height, + spacing, and other properties of text. * Display Margins:: Displaying text or images to the side of the main text. diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi index 52c59d1e921..425e09fdc21 100644 --- a/doc/lispref/vol1.texi +++ b/doc/lispref/vol1.texi @@ -1350,9 +1350,8 @@ The @code{display} Property * Replacing Specs:: Display specs that replace the text. * Specified Space:: Displaying one space with a specified width. * Pixel Specification:: Specifying space width or height in pixels. -* Other Display Specs:: Displaying an image; magnifying text; moving it - up or down on the page; adjusting the width - of spaces within text. +* Other Display Specs:: Displaying an image; adjusting the height, + spacing, and other properties of text. * Display Margins:: Displaying text or images to the side of the main text. diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi index 6a52860fc84..7d2f260c772 100644 --- a/doc/lispref/vol2.texi +++ b/doc/lispref/vol2.texi @@ -1349,9 +1349,8 @@ The @code{display} Property * Replacing Specs:: Display specs that replace the text. * Specified Space:: Displaying one space with a specified width. * Pixel Specification:: Specifying space width or height in pixels. -* Other Display Specs:: Displaying an image; magnifying text; moving it - up or down on the page; adjusting the width - of spaces within text. +* Other Display Specs:: Displaying an image; adjusting the height, + spacing, and other properties of text. * Display Margins:: Displaying text or images to the side of the main text. -- 2.11.4.GIT