emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111107: * src/keymap.c (Fkey_desc


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111107: * src/keymap.c (Fkey_description): Doc fix.
Date: Mon, 31 Dec 2012 12:55:08 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111107
fixes bug: http://debbugs.gnu.org/13323
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-12-31 12:55:08 -0800
message:
  * src/keymap.c (Fkey_description): Doc fix.
modified:
  src/ChangeLog
  src/keymap.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-12-29 19:37:32 +0000
+++ b/src/ChangeLog     2012-12-31 20:55:08 +0000
@@ -1,3 +1,7 @@
+2012-12-31  Glenn Morris  <address@hidden>
+
+       * keymap.c (Fkey_description): Doc fix.  (Bug#13323)
+
 2012-12-29  Andreas Schwab  <address@hidden>
 
        * src/Makefile.in (TEMACS_LDFLAGS2): Remove.

=== modified file 'src/keymap.c'
--- a/src/keymap.c      2012-10-10 20:09:47 +0000
+++ b/src/keymap.c      2012-12-31 20:55:08 +0000
@@ -2047,7 +2047,7 @@
 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;


reply via email to

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