comparison lispref/anti.texi @ 26826:8f36e5feb992

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Dec 1999 04:42:21 +0000
parents 2d8554ed8748
children 8c79b30d8475
comparison
equal deleted inserted replaced
26825:66dfce1feb9c 26826:8f36e5feb992
146 @item 146 @item
147 The function @code{assoc-delete-all} has itself been deleted. 147 The function @code{assoc-delete-all} has itself been deleted.
148 So there! 148 So there!
149 149
150 @item 150 @item
151 The keyword @code{:set-after} no longer does anything in
152 @code{defcustom}.
153
154 @item
151 The variable @code{small-temporary-file-directory} has no special 155 The variable @code{small-temporary-file-directory} has no special
152 meaning. There's only one variable for specifying which directory to 156 meaning. There's only one variable for specifying which directory to
153 use for temporary files, @code{temporary-file-directory}, but not all 157 use for temporary files, @code{temporary-file-directory}, but not all
154 Emacs features use it anyway. Some use the @code{TMP} environment 158 Emacs features use it anyway. Some use the @code{TMP} environment
155 variable, and some use the @code{TMPDIR} environment variable. 159 variable, and some use the @code{TMPDIR} environment variable.