]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-options): Doc that you should use customize.
authorDave Love <fx@gnu.org>
Sun, 8 Oct 2000 16:20:55 +0000 (16:20 +0000)
committerDave Love <fx@gnu.org>
Sun, 8 Oct 2000 16:20:55 +0000 (16:20 +0000)
lisp/options.el

index de27ac60c3edd963dbaa251ae5d91718ff8dc096..f6620824a8725e1ade8a4aa3466147e1a49819b1 100644 (file)
@@ -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)