emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116018: Fix/enhance `define-alternatives' docstring


From: Bastien Guerry
Subject: [Emacs-diffs] trunk r116018: Fix/enhance `define-alternatives' docstring again
Date: Mon, 13 Jan 2014 22:24:33 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116018
revision-id: address@hidden
parent: address@hidden
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Mon 2014-01-13 23:24:29 +0100
message:
  Fix/enhance `define-alternatives' docstring again
modified:
  lisp/simple.el                 simple.el-20091113204419-o5vbwnq5f7feedwu-403
=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2014-01-13 22:13:44 +0000
+++ b/lisp/simple.el    2014-01-13 22:24:29 +0000
@@ -7659,14 +7659,15 @@
 The argument `COMMAND' should be a symbol.
 
 Running `M-x COMMAND RET' for the first time prompts for which
-alternative to use and record the selected command as a custom
+alternative to use and records the selected command as a custom
 variable.
 
-Running `C-u M-x COMMAND RET' prompts again and overwrite the
-previous choice.
+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.
+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


reply via email to

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