diff doc/lispref/display.texi @ 102893:97aebffaf765

* text.texi (Yank Commands): Note that yank uses push-mark. (Filling): Clarify REGION argument of fill-paragraph. Document fill-forward-paragraph-function. (Special Properties): Remove "new in Emacs 22" declaration. (Clickable Text): Merge with Links and Mouse-1 node. * display.texi (Button Properties, Button Buffer Commands): Change xref to Clickable Text. * tips.texi (Key Binding Conventions): Change xref to Clickable Text. * elisp.texi (Top): Update node listing.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 09 Apr 2009 01:17:08 +0000
parents 34182d9c3399
children 12eccf796fc2
line wrap: on
line diff
--- a/doc/lispref/display.texi	Wed Apr 08 18:03:17 2009 +0000
+++ b/doc/lispref/display.texi	Thu Apr 09 01:17:08 2009 +0000
@@ -4801,7 +4801,7 @@
 @item follow-link
 @kindex follow-link @r{(button property)}
 The follow-link property, defining how a @key{Mouse-1} click behaves
-on this button, @xref{Links and Mouse-1}.
+on this button, @xref{Clickable Text}.
 
 @item button
 @kindex button @r{(button property)}
@@ -4985,7 +4985,7 @@
 If the button has a non-@code{nil} @code{follow-link} property, and
 @var{mouse-1-click-follows-link} is set, a quick @key{Mouse-1} click
 will also activate the @code{push-button} command.
-@xref{Links and Mouse-1}.
+@xref{Clickable Text}.
 
 @deffn Command push-button &optional pos use-mouse-action
 Perform the action specified by a button at location @var{pos}.