Mercurial > emacs
changeset 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 | 47476840057c |
children | 0d473fed67ba |
files | lisp/options.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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)