aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 2de5b3766c2..f8ac70edefa 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -774,7 +774,9 @@ side-effects, and the argument LIST is not modified."
774KEYS should be a string in the format returned by commands such 774KEYS should be a string in the format returned by commands such
775as `C-h k' (`describe-key'). 775as `C-h k' (`describe-key').
776This is the same format used for saving keyboard macros (see 776This is the same format used for saving keyboard macros (see
777`edmacro-mode')." 777`edmacro-mode').
778
779For an approximate inverse of this, see `key-description'."
778 ;; Don't use a defalias, since the `pure' property is only true for 780 ;; Don't use a defalias, since the `pure' property is only true for
779 ;; the calling convention of `kbd'. 781 ;; the calling convention of `kbd'.
780 (read-kbd-macro keys)) 782 (read-kbd-macro keys))