aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorChong Yidong2011-01-31 18:54:50 -0500
committerChong Yidong2011-01-31 18:54:50 -0500
commit14beddf4711854b01d400f36166dc71eb39435bb (patch)
tree04fd96bb0f5dcf5f3aa4e9f39a537edc61038f83 /doc/lispref
parent2a4466ca2001c29fd654420b081b780981333dc5 (diff)
parent113ef437f21c6ea1b65abe668feb86f1622a9f2e (diff)
downloademacs-14beddf4711854b01d400f36166dc71eb39435bb.tar.gz
emacs-14beddf4711854b01d400f36166dc71eb39435bb.zip
Merge changes from emacs-23 branch
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog11
-rw-r--r--doc/lispref/display.texi5
-rw-r--r--doc/lispref/elisp.texi5
-rw-r--r--doc/lispref/keymaps.texi2
-rw-r--r--doc/lispref/vol1.texi5
-rw-r--r--doc/lispref/vol2.texi5
6 files changed, 21 insertions, 12 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index be8803d4cb2..063ea78c09a 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,14 @@
12011-01-28 Chong Yidong <cyd@stupidchicken.com>
2
3 * vol1.texi (Top):
4 * vol2.texi (Top):
5 * elisp.texi (Top):
6 * display.texi (Display Property): Shorten the menu description of
7 the "Other Display Specs" node (Bug#7816).
8
9 * keymaps.texi (Defining Menus): Add "menu item" and "extended
10 menu item" concept index entries (Bug#7805).
11
12011-01-29 Eli Zaretskii <eliz@gnu.org> 122011-01-29 Eli Zaretskii <eliz@gnu.org>
2 13
3 * makefile.w32-in (texinfodir): New variable. 14 * makefile.w32-in (texinfodir): New variable.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 9bc80a77742..80a035aa346 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3657,9 +3657,8 @@ display specifications and what they mean.
3657* Replacing Specs:: Display specs that replace the text. 3657* Replacing Specs:: Display specs that replace the text.
3658* Specified Space:: Displaying one space with a specified width. 3658* Specified Space:: Displaying one space with a specified width.
3659* Pixel Specification:: Specifying space width or height in pixels. 3659* Pixel Specification:: Specifying space width or height in pixels.
3660* Other Display Specs:: Displaying an image; magnifying text; moving it 3660* Other Display Specs:: Displaying an image; adjusting the height,
3661 up or down on the page; adjusting the width 3661 spacing, and other properties of text.
3662 of spaces within text.
3663* Display Margins:: Displaying text or images to the side of the main text. 3662* Display Margins:: Displaying text or images to the side of the main text.
3664@end menu 3663@end menu
3665 3664
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 0214bb9d10c..ad7931d45b4 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -1330,9 +1330,8 @@ The @code{display} Property
1330* Replacing Specs:: Display specs that replace the text. 1330* Replacing Specs:: Display specs that replace the text.
1331* Specified Space:: Displaying one space with a specified width. 1331* Specified Space:: Displaying one space with a specified width.
1332* Pixel Specification:: Specifying space width or height in pixels. 1332* Pixel Specification:: Specifying space width or height in pixels.
1333* Other Display Specs:: Displaying an image; magnifying text; moving it 1333* Other Display Specs:: Displaying an image; adjusting the height,
1334 up or down on the page; adjusting the width 1334 spacing, and other properties of text.
1335 of spaces within text.
1336* Display Margins:: Displaying text or images to the side of 1335* Display Margins:: Displaying text or images to the side of
1337 the main text. 1336 the main text.
1338 1337
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index a9a30abd1ed..4a2964b9b6c 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -1972,6 +1972,7 @@ feature.
1972@cindex defining menus 1972@cindex defining menus
1973@cindex menu prompt string 1973@cindex menu prompt string
1974@cindex prompt string (of menu) 1974@cindex prompt string (of menu)
1975@cindex menu item
1975 1976
1976A keymap acts as a menu if it has an @dfn{overall prompt string}, 1977A keymap acts as a menu if it has an @dfn{overall prompt string},
1977which is a string that appears as an element of the keymap. 1978which is a string that appears as an element of the keymap.
@@ -2073,6 +2074,7 @@ of menus in advance. To force recalculation of the menu bar, call
2073@node Extended Menu Items 2074@node Extended Menu Items
2074@subsubsection Extended Menu Items 2075@subsubsection Extended Menu Items
2075@kindex menu-item 2076@kindex menu-item
2077@cindex extended menu item
2076 2078
2077 An extended-format menu item is a more flexible and also cleaner 2079 An extended-format menu item is a more flexible and also cleaner
2078alternative to the simple format. You define an event type with a 2080alternative to the simple format. You define an event type with a
diff --git a/doc/lispref/vol1.texi b/doc/lispref/vol1.texi
index 93e6cc31ec2..ad8ff0819ca 100644
--- a/doc/lispref/vol1.texi
+++ b/doc/lispref/vol1.texi
@@ -1351,9 +1351,8 @@ The @code{display} Property
1351* Replacing Specs:: Display specs that replace the text. 1351* Replacing Specs:: Display specs that replace the text.
1352* Specified Space:: Displaying one space with a specified width. 1352* Specified Space:: Displaying one space with a specified width.
1353* Pixel Specification:: Specifying space width or height in pixels. 1353* Pixel Specification:: Specifying space width or height in pixels.
1354* Other Display Specs:: Displaying an image; magnifying text; moving it 1354* Other Display Specs:: Displaying an image; adjusting the height,
1355 up or down on the page; adjusting the width 1355 spacing, and other properties of text.
1356 of spaces within text.
1357* Display Margins:: Displaying text or images to the side of 1356* Display Margins:: Displaying text or images to the side of
1358 the main text. 1357 the main text.
1359 1358
diff --git a/doc/lispref/vol2.texi b/doc/lispref/vol2.texi
index 6833e5219f3..7832b3a8614 100644
--- a/doc/lispref/vol2.texi
+++ b/doc/lispref/vol2.texi
@@ -1350,9 +1350,8 @@ The @code{display} Property
1350* Replacing Specs:: Display specs that replace the text. 1350* Replacing Specs:: Display specs that replace the text.
1351* Specified Space:: Displaying one space with a specified width. 1351* Specified Space:: Displaying one space with a specified width.
1352* Pixel Specification:: Specifying space width or height in pixels. 1352* Pixel Specification:: Specifying space width or height in pixels.
1353* Other Display Specs:: Displaying an image; magnifying text; moving it 1353* Other Display Specs:: Displaying an image; adjusting the height,
1354 up or down on the page; adjusting the width 1354 spacing, and other properties of text.
1355 of spaces within text.
1356* Display Margins:: Displaying text or images to the side of 1355* Display Margins:: Displaying text or images to the side of
1357 the main text. 1356 the main text.
1358 1357