diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-01-02 05:28:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-01-02 05:28:50 +0000 |
commit | b8c3c153400d589d7531c4375d3845ef6e627d0a (patch) | |
tree | c0bdf6f725756955cc792be24332080596f8cd6d /lispref | |
parent | f39ffb9e42ffcf6fe62ed495791c653364c43d72 (diff) | |
download | emacs-b8c3c153400d589d7531c4375d3845ef6e627d0a.tar.gz |
Margin displays can't be mouse sensitive.
Diffstat (limited to 'lispref')
-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. display specification of the form @code{(margin right-margin)} or @code{(margin left-margin)} on it. To put an image in a display margin, use that display specification along with the display specification for -the image. +the image. Unfortunately, there is currently no way to make +text or images in the margin mouse-sensitive. If you put such a display specification directly on text in the buffer, the specified margin display appears @emph{instead of} that |