changeset 38067:c1e43c8d51d2

Clarify the meaning of ``load-path is not customizable''. Someone just asked on comp.emacs how he could change load-path in Emacs 21!!
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Jun 2001 08:04:27 +0000
parents 38f896e6a2ad
children e3bd229672c1
files etc/NEWS
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat Jun 16 07:17:18 2001 +0000
+++ b/etc/NEWS	Sat Jun 16 08:04:27 2001 +0000
@@ -350,8 +350,12 @@
 menu bar.  If the menu bar is displayed, it pops up the major mode
 menu or the Edit menu if there is no major mode menu.
 
-** Variable `load-path' is no longer customizable because it contains
-a version-dependent component.
+** Variable `load-path' is no longer customizable throuh Customize.
+
+You can lo noger use `M-x customize-variable' to customize `load-path'
+because it now contains a version-dependent component.  You can still
+use `add-to-list' and `setq' to customize this variable in your
+`~/.emacs' init file or to modify it from any Lisp program in general.
 
 ** The new user-option `normal-erase-is-backspace' can be set to
 determine the effect of the Delete and Backspace function keys.