SEEALSO {a, b, ...} -- inserts, into a documentation page, a sentence instructing the reader to see some other topics.
The topics may have the special forms used with TO.
See also:
Code:
-- ../../../Macaulay2/m2/document.m2:883-885 SEEALSO = v -> ( if class v =!= List then v = {v}; if #v > 0 then SEQ { PARA{}, BOLD "See also:", SHIELD MENU (TO \ v) })