all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
Cc: emacs-devel@gnu.org
Subject: Re: lispref/customize.texi checked.
Date: Tue, 23 Nov 2004 08:22:55 +0200	[thread overview]
Message-ID: <87pt25ozjv.fsf@jurta.org> (raw)
In-Reply-To: <87hdniorvc.fsf@molpro.net> (Matt Hodges's message of "Mon, 22 Nov 2004 14:55:35 +0000")

Matt Hodges <MPHodges@member.fsf.org> 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	other threads:[~2004-11-23  6:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-22 14:55 lispref/customize.texi checked Matt Hodges
2004-11-23  6:22 ` Juri Linkov [this message]
2004-11-23  9:34   ` Matt Hodges

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pt25ozjv.fsf@jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.