Changeset 4131 for trunk/lispref/anti.texi
- Timestamp:
- 2006年07月29日 07時48分34秒 (2 years ago)
- Files:
-
- trunk/lispref/anti.texi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lispref/anti.texi
r4111 r4131 87 87 88 88 @item 89 The functions @code{ face-attribute-relative-p} and90 @code{ merge-face-attribute} have been removed.89 The functions @code{merge-face-attribute} and 90 @code{face-attribute-relative-p} have been removed. 91 91 92 92 @item … … 98 98 The @code{min-colors} face attribute, used for tailoring faces to 99 99 limited-color displays, does not exist. If in doubt, use colors like 100 ``white'' and ``black '',which ought to be defined everywhere.100 ``white'' and ``black,'' which ought to be defined everywhere. 101 101 102 102 @item … … 171 171 @item 172 172 Many programming shortcuts have been deleted, to provide you with the 173 enjoyment of ``rolling your own ''.The macros @code{while-no-input},173 enjoyment of ``rolling your own.'' The macros @code{while-no-input}, 174 174 @code{with-local-quit}, and @code{with-selected-window}, along with 175 175 @code{dynamic-completion-table} and @code{lazy-completion-table} no
