emacs-devel
[Top][All Lists]
Advanced

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

Re: lisp/generic.el patch.


From: David Kastrup
Subject: Re: lisp/generic.el patch.
Date: Wed, 16 Mar 2005 17:37:17 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> Thanks very much for making etc/TODO smaller.
> I have one minor criticism:
>
>       (defcustom generic-use-find-file-hook t
>     !   "*If non-nil, add a hook to enter `default-generic-mode' 
> automatically.
>
> That doc string should say
>
>       (defcustom generic-use-find-file-hook t
>     !   "*If non-nil, add a hook to enter Default-Generic mode automatically.
>
> because the convention for referring to modes in English text
> is to use the mode's name in English, rather than a Lisp symbol name.
>
> There are some other doc strings and comments that need a like change.

In this case, I'd prefer to have

       (defcustom generic-use-find-file-hook t
     !   "*If non-nil, add a hook to call `default-generic-mode' automatically.

The main rationale is that this will give a working cross reference
link in the help window.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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