summaryrefslogtreecommitdiff
path: root/lisp/options.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-10-08 16:20:55 +0000
committerDave Love <fx@gnu.org>2000-10-08 16:20:55 +0000
commit9f0f8ba52e72e441c0bc757dbe69ba1b0066c130 (patch)
treec44266008230b1147445b09902a4828df35b3abc /lisp/options.el
parentc2c14ac1162e9e824b849e3365e007e06fbc8f01 (diff)
downloademacs-9f0f8ba52e72e441c0bc757dbe69ba1b0066c130.tar.gz
(list-options): Doc that you should use customize.
Diffstat (limited to 'lisp/options.el')
-rw-r--r--lisp/options.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/options.el b/lisp/options.el
index de27ac60c3e..f6620824a87 100644
--- a/lisp/options.el
+++ b/lisp/options.el
@@ -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)