diff lisp/options.el @ 32289:1c042b411eda

(list-options): Doc that you should use customize.
author Dave Love <fx@gnu.org>
date Sun, 08 Oct 2000 16:20:55 +0000
parents 207eba858980
children 253f761ad37b
line wrap: on
line diff
--- 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)