changeset 59533:2a346f1b2a9f

(Links and Mouse-1): Fix string and vector item.
author Kim F. Storm <storm@cua.dk>
date Fri, 14 Jan 2005 09:35:32 +0000
parents ca29ac881266
children 9bad65481674
files lispref/text.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/text.texi	Fri Jan 14 09:35:10 2005 +0000
+++ b/lispref/text.texi	Fri Jan 14 09:35:32 2005 +0000
@@ -3461,11 +3461,11 @@
 The action code tells @key{Mouse-1} how to follow the link:
 
 @table @asis
-@item a string
+@item a string or vector
 If the action code is a string or vector, the @key{Mouse-1} event is
 translated into the first element of the string or vector; i.e., the
 action of the @key{Mouse-1} click is the local or global binding of
-that character.  Thus, if the action code is @code{"foo"},
+that character or symbol.  Thus, if the action code is @code{"foo"},
 @key{Mouse-1} translates into @kbd{f}.  If it is @code{[foo]},
 @key{Mouse-1} translates into @key{foo}.