# HG changeset patch # User Kim F. Storm # Date 1105695332 0 # Node ID 2a346f1b2a9f2ba07e26f040ca881e021bce7d4c # Parent ca29ac88126621eeb2301fd588de510a302806a5 (Links and Mouse-1): Fix string and vector item. diff -r ca29ac881266 -r 2a346f1b2a9f lispref/text.texi --- 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}.