]> git.eshelyaron.com Git - emacs.git/commitdiff
(customize-changed-options): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 2 Jan 1998 21:17:27 +0000 (21:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 2 Jan 1998 21:17:27 +0000 (21:17 +0000)
lisp/cus-edit.el

index 8a272f6cd0fa028fe23fedc76e3c2d20375620ef..30e3c86a697d7d0981e915714bf12f192fb5fbe2 100644 (file)
@@ -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))