aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-01-02 21:17:27 +0000
committerRichard M. Stallman1998-01-02 21:17:27 +0000
commit39a10fc6e812a55528d3af09dbd449b241add25f (patch)
treef7fd400e73178c4f1fd9527515c435ba3c936819
parent9d1af5be4a0b23f0923f39fe8ab0a4c07aaa77fc (diff)
downloademacs-39a10fc6e812a55528d3af09dbd449b241add25f.tar.gz
emacs-39a10fc6e812a55528d3af09dbd449b241add25f.zip
(customize-changed-options): Doc fix.
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 8a272f6cd0f..30e3c86a697 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -858,7 +858,7 @@ are shown; the contents of those subgroups are initially hidden."
858;;;###autoload 858;;;###autoload
859(defun customize-changed-options (since-version) 859(defun customize-changed-options (since-version)
860 "Customize all user option variables whose default values changed recently. 860 "Customize all user option variables whose default values changed recently.
861This means, in other words, variables defined with a `:new' option." 861This means, in other words, variables defined with a `:version' option."
862 (interactive "sCustomize options changed, since version (default all versions): ") 862 (interactive "sCustomize options changed, since version (default all versions): ")
863 (if (equal since-version "") 863 (if (equal since-version "")
864 (setq since-version nil)) 864 (setq since-version nil))