X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Flispref%2Fcustomize.texi;h=4c2c260f395cf64e9608a6b76db50148a527d511;hp=6d7a3a51004e5c20634617c140bf7497deb0b14b;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/man/lispref/customize.texi b/man/lispref/customize.texi index 6d7a3a5..4c2c260 100644 --- a/man/lispref/customize.texi +++ b/man/lispref/customize.texi @@ -262,7 +262,7 @@ Keywords}. Here is an example, from the library @file{paren.el}: (defcustom show-paren-mode nil "Toggle Show Paren mode@enddots{}" :set (lambda (symbol value) - (show-paren-mode (or value 0))) + (show-paren-mode (or value 0))) :initialize 'custom-initialize-default :type 'boolean :group 'paren-showing