emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5960e9c: ; * lisp/custom.el (defcustom): Fix last change.


From: Basil L. Contovounesios
Subject: master 5960e9c: ; * lisp/custom.el (defcustom): Fix last change.
Date: Sun, 10 Jan 2021 08:21:41 -0500 (EST)

branch: master
commit 5960e9cf5770dab2bd3abfb8640f6553bfa1b190
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; * lisp/custom.el (defcustom): Fix last change.
---
 lisp/custom.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/custom.el b/lisp/custom.el
index bc155d3..0c82df9 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -237,8 +237,8 @@ The following keywords are meaningful:
 
 :type  VALUE should be a widget type for editing the symbol's value.
        Every `defcustom' should specify a value for this keyword.
-        See `(elisp) Customization Types' for a list of base types
-        and useful composite types.
+        See Info node `(elisp) Customization Types' for a list of
+        base types and useful composite types.
 :options VALUE should be a list of valid members of the widget type.
 :initialize
        VALUE should be a function used to initialize the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]