# HG changeset patch # User Dave Love # Date 971022055 0 # Node ID 1c042b411edae13d883e2ee81b3cfcb42776135e # Parent 47476840057c3130129a70d3c8ab9d68d4c352c8 (list-options): Doc that you should use customize. diff -r 47476840057c -r 1c042b411eda lisp/options.el --- a/lisp/options.el Sun Oct 08 16:19:28 2000 +0000 +++ b/lisp/options.el Sun Oct 08 16:20:55 2000 +0000 @@ -35,7 +35,8 @@ ;;;###autoload (defun list-options () - "Display a list of Emacs user options, with values and documentation." + "Display a list of Emacs user options, with values and documentation. +It is now better to use Customize instead." (interactive) (with-output-to-temp-buffer "*List Options*" (let (vars)