From: Richard M. Stallman Date: Fri, 2 Jan 1998 21:17:27 +0000 (+0000) Subject: (customize-changed-options): Doc fix. X-Git-Tag: emacs-20.3~2512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39a10fc6e812a55528d3af09dbd449b241add25f;p=emacs.git (customize-changed-options): Doc fix. --- 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." ;;;###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))