summaryrefslogtreecommitdiff
path: root/lisp/cus-dep.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-02-09 08:20:08 +0100
committerLars Ingebrigtsen <larsi@gnus.org>2021-02-09 08:20:08 +0100
commitfe449d8e081be9f09f29e5009bca0e152be85192 (patch)
tree290d1499aa714be7a8c640e10c3aff34e0f04603 /lisp/cus-dep.el
parentf3fd9591cfca5450b4bc74274340f24068f96fc7 (diff)
downloademacs-fe449d8e081be9f09f29e5009bca0e152be85192.tar.gz
Finish customize-changed-options/customize-changed fix up
* doc/emacs/custom.texi (Specific Customization): Fix customize-changed/customize-changed-options documentation. * lisp/cus-dep.el (custom-make-dependencies): Adjust doc string (bug#23085). * lisp/menu-bar.el (menu-bar-custom-menu): Adjust menu options.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r--lisp/cus-dep.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index a52d08266c1..f0b108b77d6 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -178,7 +178,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
(insert "\
;; The remainder of this file is for handling :version.
-;; We provide a minimum of information so that `customize-changed-options'
+;; We provide a minimum of information so that `customize-changed'
;; can do its job.
;; For groups we set `custom-version', `group-documentation' and
@@ -239,7 +239,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
This is an alist whose members have as car a version string, and as
elements the files that have variables or faces that contain that
version. These files should be loaded before showing the customization
-buffer that `customize-changed-options' generates.\")\n\n"))
+buffer that `customize-changed' generates.\")\n\n"))
(save-buffer)
(byte-compile-info
(format "Generating %s...done" generated-custom-dependencies-file) t))