Next Prev Up Top Contents Index

4.7 Symbol Documentation

Describe Symbol

Editor Command

Argument: symbol
Key sequence: None

Displays a description (that is, value, property list, package, and so on) of symbol in a Help window. The symbol under the current point is offered as a default value for string . A prefix argument automatically causes this default value to be used.

Show Documentation

Editor Command

Argument: symbol
Key sequence: None

Displays the documentation for the Lisp symbol symbol in a Help window (if any documentation exists).

Show Documentation Function

Editor Command

Argument: function
Key sequence: +Ctrl+Shift+A

Displays the documentation for the Lisp function function in a Help window (if any documentation exists).

Show Documentation Variable

Editor Command

Argument: variable
Key sequence: +Ctrl+Shift+V

Displays the documentation for the Global Lisp variable variable in a Help window (if any documentation exists).

Show Documentation Class

Editor Command

Argument: class
Key sequence: None

Displays the documentation for the Lisp class class in a Help window (if any documentation exists).


LispWorks Editor User Guide - 14 Dec 2001

Next Prev Up Top Contents Index