changeset 20562:33689e29d77c

(customize-changed-options): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 02 Jan 1998 21:17:27 +0000
parents 24acae12e085
children d4de7ffb567d
files lisp/cus-edit.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Fri Jan 02 21:06:08 1998 +0000
+++ b/lisp/cus-edit.el	Fri Jan 02 21:17:27 1998 +0000
@@ -858,7 +858,7 @@
 ;;;###autoload
 (defun customize-changed-options (since-version)
   "Customize all user option variables whose default values changed recently.
-This means, in other words, variables defined with a `:new' option."
+This means, in other words, variables defined with a `:version' option."
   (interactive "sCustomize options changed, since version (default all versions): ")
   (if (equal since-version "")
       (setq since-version nil))