diff options
| author | Lute Kamstra | 2005-06-12 23:46:50 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-06-12 23:46:50 +0000 |
| commit | 9d42ffaa3cb02d03f709a205a99be6231033ee3f (patch) | |
| tree | 2b8a59ddda7456ed9db60a52ac2e5e3104521055 | |
| parent | b1412131a8404248be5ef4389c30c10476408159 (diff) | |
| download | emacs-9d42ffaa3cb02d03f709a205a99be6231033ee3f.tar.gz emacs-9d42ffaa3cb02d03f709a205a99be6231033ee3f.zip | |
(Special Properties): Fix cross reference.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/text.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index be47508ca84..d7f3b91f3ad 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-06-13 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * text.texi (Special Properties): Fix cross reference. | ||
| 4 | |||
| 1 | 2005-06-11 Luc Teirlinck <teirllm@auburn.edu> | 5 | 2005-06-11 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 6 | ||
| 3 | * debugging.texi (Function Debugging): Delete mention of empty | 7 | * debugging.texi (Function Debugging): Delete mention of empty |
diff --git a/lispref/text.texi b/lispref/text.texi index 1c0fd09322b..cddeeb8fbde 100644 --- a/lispref/text.texi +++ b/lispref/text.texi | |||
| @@ -3124,8 +3124,8 @@ that character a non-@code{nil} @var{cursor} text property. | |||
| 3124 | @item pointer | 3124 | @item pointer |
| 3125 | @kindex pointer @r{(text property)} | 3125 | @kindex pointer @r{(text property)} |
| 3126 | This specifies a specific pointer shape when the mouse pointer is over | 3126 | This specifies a specific pointer shape when the mouse pointer is over |
| 3127 | this text or image. See the variable @var{void-area-text-pointer} | 3127 | this text or image. @xref{Pointer Shape}, for possible pointer |
| 3128 | for possible pointer shapes. | 3128 | shapes. |
| 3129 | 3129 | ||
| 3130 | @item line-spacing | 3130 | @item line-spacing |
| 3131 | @kindex line-spacing @r{(text property)} | 3131 | @kindex line-spacing @r{(text property)} |