emacs-devel
[Top][All Lists]
Advanced

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

Re: lispref/customize.texi checked.


From: Juri Linkov
Subject: Re: lispref/customize.texi checked.
Date: Tue, 23 Nov 2004 08:22:55 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Matt Hodges <address@hidden> writes:
> Here are some fixes and suggested changes for lispref/customize.texi:

Thanks for the fixes.

>   @example
>   (defcustom show-paren-mode nil
> !   "Toggle Show Paren mode..."
>     :set (lambda (symbol value)
>            (show-paren-mode (or value 0)))
>     :initialize 'custom-initialize-default
> --- 304,310 ----
>   
>   @example
>   (defcustom show-paren-mode nil
> !   "Non-nil if Show-Paren mode is enabled..."
>     :set (lambda (symbol value)
>            (show-paren-mode (or value 0)))
>     :initialize 'custom-initialize-default

I think show-paren-mode should be replaced with something else.
The line before this example in the manual says:

    Here is an example, from the library `paren.el':

This is not true.  defcustom of show-paren-mode was changed to
define-minor-mode long ago.  There are other real examples with
similar defcustom that could be used instead of show-paren-mode,
e.g. tooltip-mode from tooltip.el.

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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