From 39a10fc6e812a55528d3af09dbd449b241add25f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 2 Jan 1998 21:17:27 +0000 Subject: [PATCH] (customize-changed-options): Doc fix. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2