]> git.eshelyaron.com Git - emacs.git/commitdiff
(Links and Mouse-1): Fix string and vector item.
authorKim F. Storm <storm@cua.dk>
Fri, 14 Jan 2005 09:35:32 +0000 (09:35 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 14 Jan 2005 09:35:32 +0000 (09:35 +0000)
lispref/text.texi

index 970b8f0eec138b606a999c4fd605c19d73646060..338be03baf139784774656f7f04a21825afffb3e 100644 (file)
@@ -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}.