From 3a6d7a0dc964ed48f0b311c30336db78a9488df4 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sun, 8 Oct 2000 16:20:55 +0000 Subject: [PATCH] (list-options): Doc that you should use customize. --- lisp/options.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2