diff options
| author | Karl Berry | 2007-06-14 16:56:40 +0000 |
|---|---|---|
| committer | Karl Berry | 2007-06-14 16:56:40 +0000 |
| commit | 03b85f661aa72c17762857f57bf6d43b96f1a206 (patch) | |
| tree | 04e7e9e4d2166b62280fb6bc446135c833a92719 | |
| parent | c433c134bce88ed6ebab53dd5e6d0af51a2c2d80 (diff) | |
| download | emacs-03b85f661aa72c17762857f57bf6d43b96f1a206.tar.gz emacs-03b85f661aa72c17762857f57bf6d43b96f1a206.zip | |
typo
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/anti.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 49730a07ad3..5419ed33b86 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-06-14 Karl Berry <karl@tug.org> | ||
| 2 | |||
| 3 | * anti.texi (Antinews): typo. | ||
| 4 | |||
| 1 | 2007-06-14 Chong Yidong <cyd@stupidchicken.com> | 5 | 2007-06-14 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * display.texi (Image Cache): Document image-refresh. | 7 | * display.texi (Image Cache): Document image-refresh. |
diff --git a/lispref/anti.texi b/lispref/anti.texi index b258e959a46..1ec0c5ef327 100644 --- a/lispref/anti.texi +++ b/lispref/anti.texi | |||
| @@ -111,7 +111,7 @@ Several simplifications have been made to mouse support: | |||
| 111 | @item | 111 | @item |
| 112 | Clicking @kbd{mouse-1} won't follow links, as that is alien to the | 112 | Clicking @kbd{mouse-1} won't follow links, as that is alien to the |
| 113 | spirit of Emacs. Therefore, the @code{follow-link} property doesn't | 113 | spirit of Emacs. Therefore, the @code{follow-link} property doesn't |
| 114 | has any special meaning, and the function @code{mouse-on-link-p} has | 114 | have any special meaning, and the function @code{mouse-on-link-p} has |
| 115 | been removed. | 115 | been removed. |
| 116 | 116 | ||
| 117 | @item | 117 | @item |