aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/customize.texi
diff options
context:
space:
mode:
Diffstat (limited to 'lispref/customize.texi')
-rw-r--r--lispref/customize.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index ff5f724cd74..555799c620d 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -267,7 +267,7 @@ Keywords}. Here is an example, from the library @file{paren.el}:
267 267
268@example 268@example
269(defcustom show-paren-mode nil 269(defcustom show-paren-mode nil
270 "Toggle Show Paren mode@enddots{}" 270 "Toggle Show Paren mode..."
271 :set (lambda (symbol value) 271 :set (lambda (symbol value)
272 (show-paren-mode (or value 0))) 272 (show-paren-mode (or value 0)))
273 :initialize 'custom-initialize-default 273 :initialize 'custom-initialize-default