diff options
author | Bastien Guerry <bzg@gnu.org> | 2014-01-17 15:58:34 +0100 |
---|---|---|
committer | Bastien Guerry <bzg@gnu.org> | 2014-01-17 15:58:34 +0100 |
commit | 502963bbf2febcc5fa6b15d5b5bb5d0431d7428e (patch) | |
tree | 8fa78b2ccef5a7d52d11b2cca319b404db144e54 /lisp/simple.el | |
parent | 2afb07b2e13f0f04d943b3ec5f0d773c9fdddcc6 (diff) | |
download | emacs-502963bbf2febcc5fa6b15d5b5bb5d0431d7428e.tar.gz emacs-502963bbf2febcc5fa6b15d5b5bb5d0431d7428e.tar.bz2 emacs-502963bbf2febcc5fa6b15d5b5bb5d0431d7428e.zip |
Revert 2014-01-17T13:05:09Z!bzg@gnu.org.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index e69cbbdfdc3..ff32d204d17 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -7666,10 +7666,8 @@ 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. +alternative implementations of COMMAND. `define-alternatives' +does not have any effect until this variable is set. CUSTOMIZATIONS, if non-nil, should be composed of alternating `defcustom' keywords and values to add to the declaration of |