diff options
| author | Richard M. Stallman | 2002-01-02 05:28:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-02 05:28:50 +0000 |
| commit | a8e171ce3b793b50070166067b1874b9fb3d32db (patch) | |
| tree | bac73839b53072b08c520130a3c7299589ff9faa | |
| parent | 43273f39cfd837a79b6b5fb4eabe8bacb37e253b (diff) | |
| download | emacs-a8e171ce3b793b50070166067b1874b9fb3d32db.tar.gz emacs-a8e171ce3b793b50070166067b1874b9fb3d32db.zip | |
Margin displays can't be mouse sensitive.
| -rw-r--r-- | lispref/display.texi | 3 |
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. | |||
| 2354 | display specification of the form @code{(margin right-margin)} or | 2354 | display 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, |
| 2356 | use that display specification along with the display specification for | 2356 | use that display specification along with the display specification for |
| 2357 | the image. | 2357 | the image. Unfortunately, there is currently no way to make |
| 2358 | text 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 |
| 2360 | buffer, the specified margin display appears @emph{instead of} that | 2361 | buffer, the specified margin display appears @emph{instead of} that |