]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/keymap.c (Fkey_description): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 31 Dec 2012 20:55:08 +0000 (12:55 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 31 Dec 2012 20:55:08 +0000 (12:55 -0800)
Fixes: debbugs:13323
src/ChangeLog
src/keymap.c

index 427e0e3767415a855070925aaa4fe9f8b2f8317c..94938d5b83acb32575e81c0311ef537f58dcc243 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-31  Glenn Morris  <rgm@gnu.org>
+
+       * keymap.c (Fkey_description): Doc fix.  (Bug#13323)
+
 2012-12-29  Andreas Schwab  <schwab@linux-m68k.org>
 
        * src/Makefile.in (TEMACS_LDFLAGS2): Remove.
index fbdd31e0de302f6692e335951d4fb35e60e1f091..5435970cb59b4ad4e3f3e6fa5dc50abec0b0adb8 100644 (file)
@@ -2047,7 +2047,7 @@ DEFUN ("key-description", Fkey_description, Skey_description, 1, 2, 0,
 Optional arg PREFIX is the sequence of keys leading up to KEYS.
 For example, [?\C-x ?l] is converted into the string \"C-x l\".
 
-The `kbd' macro is an approximate inverse of this.  */)
+For an approximate inverse of this, see `kbd'.  */)
   (Lisp_Object keys, Lisp_Object prefix)
 {
   ptrdiff_t len = 0;