aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/customize.texi
diff options
context:
space:
mode:
authorRichard M. Stallman1999-10-09 18:07:32 +0000
committerRichard M. Stallman1999-10-09 18:07:32 +0000
commit29b677db48bdfe1177d3b460a764f9b237ff2c19 (patch)
tree510fea68034e7dae11fc2f49cca4d9e5778d5248 /lispref/customize.texi
parentd177c5835233dd811adad081cfc86e2f2f29d7bb (diff)
downloademacs-29b677db48bdfe1177d3b460a764f9b237ff2c19.tar.gz
emacs-29b677db48bdfe1177d3b460a764f9b237ff2c19.zip
*** empty log message ***
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