From: Xue Fuqiao <xfq.free@gmail.com>
To: 13673@debbugs.gnu.org
Subject: bug#13673: 24.3.50; A minor bug in Emacs Lisp manual
Date: Sun, 10 Feb 2013 23:22:30 +0800 [thread overview]
Message-ID: <20130210232230.a74d8501579eb701ea3a553d@gmail.com> (raw)
In (info "(elisp) Key Binding Commands"):
-- Command: global-unset-key key
[...]
This function is implemented simply using `define-key':
(global-unset-key KEY)
==
(define-key (current-global-map) KEY nil)
But the command `global-unset-key' is implemented using `global-set-key' in subr.el. And the command `global-set-key' is implemented using `define-key'.
--
Best regards, Xue Fuqiao.
http://www.emacswiki.org/emacs/XueFuqiao
next reply other threads:[~2013-02-10 15:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-10 15:22 Xue Fuqiao [this message]
2013-02-11 1:16 ` bug#13673: 24.3.50; A minor bug in Emacs Lisp manual Glenn Morris
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130210232230.a74d8501579eb701ea3a553d@gmail.com \
--to=xfq.free@gmail.com \
--cc=13673@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.