# HG changeset patch # User Richard M. Stallman # Date 883775847 0 # Node ID 33689e29d77c6384e32e381c32a1d633296c9f27 # Parent 24acae12e085769a611c288ccbe6af96dd1c4b2e (customize-changed-options): Doc fix. diff -r 24acae12e085 -r 33689e29d77c lisp/cus-edit.el --- 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))