Changes between Version 1 and Version 2 of HemlockProgrammer/HemlockVariables
- Timestamp:
- Nov 3, 2007, 8:36:35 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HemlockProgrammer/HemlockVariables
v1 v2 37 37 In the following descriptions name is the symbol name of the variable. 38 38 39 defhvar string-name documentation &key :mode :buffer :hooks :value [Function]39 defhvar string-name documentation &key :mode :buffer :hooks :value [Function] 40 40 41 41 This function defines a Hemlock variable. Functions that take a … … 87 87 the new value. 88 88 89 variable-documentation name &optional kind where [Function]89 variable-documentation name &optional kind where [Function] 90 90 91 variable-hooks name &optional kind where [Function]91 variable-hooks name &optional kind where [Function] 92 92 93 variable-name name &optional kind where [Function]93 variable-name name &optional kind where [Function] 94 94 95 95 These function return the documentation, hooks and string name of a