emacs-devel
[Top][All Lists]
Advanced

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

Re: eww


From: Bastien
Subject: Re: eww
Date: Fri, 17 Jan 2014 14:06:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Richard Stallman <address@hidden> writes:

> So I think we should recommend writing (defvar web-alternatives)
> after (define-alternatives 'web).

I pushed a docstring fix and here is how the docstring reads now:

  Define the new command `COMMAND'.
  
  The argument `COMMAND' should be a symbol.
  
  Running `M-x COMMAND RET' for the first time prompts for which
  alternative to use and records the selected command as a custom
  variable.
  
  Running `C-u M-x COMMAND RET' prompts again for an alternative
  and overwrites the previous choice.
  
  The variable `COMMAND-alternatives' contains an alist with
  alternative implementations of COMMAND.  Developers should
  use (defvar COMMAND-alternatives) to declare this variable
  after they write (define-alternatives COMMAND), otherwise
  the variable will not be handled by programs like etags.
  
  CUSTOMIZATIONS, if non-nil, should be composed of alternating
  `defcustom' keywords and values to add to the declaration of
  `COMMAND-alternatives' (typically :group and :version).

Let me know if this is clearer and correct.

-- 
 Bastien



reply via email to

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