aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-02 05:28:50 +0000
committerRichard M. Stallman2002-01-02 05:28:50 +0000
commita8e171ce3b793b50070166067b1874b9fb3d32db (patch)
treebac73839b53072b08c520130a3c7299589ff9faa
parent43273f39cfd837a79b6b5fb4eabe8bacb37e253b (diff)
downloademacs-a8e171ce3b793b50070166067b1874b9fb3d32db.tar.gz
emacs-a8e171ce3b793b50070166067b1874b9fb3d32db.zip
Margin displays can't be mouse sensitive.
-rw-r--r--lispref/display.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index afdbc347d61..b15f72d7d34 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2354,7 +2354,8 @@ property.
2354display specification of the form @code{(margin right-margin)} or 2354display specification of the form @code{(margin right-margin)} or
2355@code{(margin left-margin)} on it. To put an image in a display margin, 2355@code{(margin left-margin)} on it. To put an image in a display margin,
2356use that display specification along with the display specification for 2356use that display specification along with the display specification for
2357the image. 2357the image. Unfortunately, there is currently no way to make
2358text or images in the margin mouse-sensitive.
2358 2359
2359 If you put such a display specification directly on text in the 2360 If you put such a display specification directly on text in the
2360buffer, the specified margin display appears @emph{instead of} that 2361buffer, the specified margin display appears @emph{instead of} that