Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7199b6d4
Commit
7199b6d4
authored
Jan 13, 2014
by
Bastien Guerry
Browse files
Fix/enhance `define-alternatives' docstring again
parent
ae93878a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
lisp/simple.el
lisp/simple.el
+5
-4
No files found.
lisp/simple.el
View file @
7199b6d4
...
...
@@ -7659,14 +7659,15 @@ warning using STRING as the message.")
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
record
s
the
selected
command
as
a
custom
variable.
Running
`
C-u
M-x
COMMAND
RET
'
prompts
again
and
overwrite
th
e
previous
choice.
Running
`
C-u
M-x
COMMAND
RET
'
prompts
again
for
an
alternativ
e
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment