diff options
| author | Dave Love | 2000-10-08 16:20:55 +0000 |
|---|---|---|
| committer | Dave Love | 2000-10-08 16:20:55 +0000 |
| commit | 3a6d7a0dc964ed48f0b311c30336db78a9488df4 (patch) | |
| tree | cc89232459c1fa214fc302fc4df8c3c69588b5a8 | |
| parent | 660e161fd92a459dbc30d797c6b697c5f870ac13 (diff) | |
| download | emacs-3a6d7a0dc964ed48f0b311c30336db78a9488df4.tar.gz emacs-3a6d7a0dc964ed48f0b311c30336db78a9488df4.zip | |
(list-options): Doc that you should use customize.
| -rw-r--r-- | lisp/options.el | 3 |
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 @@ | |||
| 35 | 35 | ||
| 36 | ;;;###autoload | 36 | ;;;###autoload |
| 37 | (defun list-options () | 37 | (defun list-options () |
| 38 | "Display a list of Emacs user options, with values and documentation." | 38 | "Display a list of Emacs user options, with values and documentation. |
| 39 | It is now better to use Customize instead." | ||
| 39 | (interactive) | 40 | (interactive) |
| 40 | (with-output-to-temp-buffer "*List Options*" | 41 | (with-output-to-temp-buffer "*List Options*" |
| 41 | (let (vars) | 42 | (let (vars) |