diff options
| author | Juanma Barranquero | 2007-06-15 10:05:25 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-15 10:05:25 +0000 |
| commit | 9a8470c392e459620b88a3aa9bbf72caa81e8670 (patch) | |
| tree | a9dbb28adeede17a4155e9a75b298751c1455a33 | |
| parent | ce062d3acb0e8e2f846993cf83964234bad2d577 (diff) | |
| download | emacs-9a8470c392e459620b88a3aa9bbf72caa81e8670.tar.gz emacs-9a8470c392e459620b88a3aa9bbf72caa81e8670.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi index 81da9f8d6e9..664ad1d2c15 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -3103,7 +3103,7 @@ overwritten. | |||
| 3103 | 3103 | ||
| 3104 | The overlay-arrow string is displayed in any given buffer if the value | 3104 | The overlay-arrow string is displayed in any given buffer if the value |
| 3105 | of @code{overlay-arrow-position} in that buffer points into that | 3105 | of @code{overlay-arrow-position} in that buffer points into that |
| 3106 | buffer. Thus, it works to can display multiple overlay arrow strings | 3106 | buffer. Thus, it is possible to display multiple overlay arrow strings |
| 3107 | by creating buffer-local bindings of @code{overlay-arrow-position}. | 3107 | by creating buffer-local bindings of @code{overlay-arrow-position}. |
| 3108 | However, it is usually cleaner to use | 3108 | However, it is usually cleaner to use |
| 3109 | @code{overlay-arrow-variable-list} to achieve this result. | 3109 | @code{overlay-arrow-variable-list} to achieve this result. |