diff options
Diffstat (limited to 'src/doc.c')
-rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c index b6939ad78f6..a793011990f 100644 --- a/src/doc.c +++ b/src/doc.c @@ -681,7 +681,7 @@ the same file name is found in the `doc-directory'. */) return Qnil; } -DEFUE ("substitute-command-keys", Fsubstitute_command_keys, +DEFUN ("substitute-command-keys", Fsubstitute_command_keys, Ssubstitute_command_keys, 1, 1, 0, doc: /* Substitute key descriptions for command names in STRING. Substrings of the form \\=\\[COMMAND] replaced by either: a keystroke |