From 1b1c49e1b3d20b1f4222cdd22371cc1b235fa7d8 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 14 Jan 2005 09:35:32 +0000 Subject: [PATCH] (Links and Mouse-1): Fix string and vector item. --- lispref/text.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lispref/text.texi b/lispref/text.texi index 970b8f0eec1..338be03baf1 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -3461,11 +3461,11 @@ link. 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}. -- 2.39.2