* bug#13673: 24.3.50; A minor bug in Emacs Lisp manual
@ 2013-02-10 15:22 Xue Fuqiao
2013-02-11 1:16 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Xue Fuqiao @ 2013-02-10 15:22 UTC (permalink / raw)
To: 13673
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#13673: 24.3.50; A minor bug in Emacs Lisp manual
2013-02-10 15:22 bug#13673: 24.3.50; A minor bug in Emacs Lisp manual Xue Fuqiao
@ 2013-02-11 1:16 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2013-02-11 1:16 UTC (permalink / raw)
To: 13673-done
Version: 24.3
Ok.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-11 1:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-10 15:22 bug#13673: 24.3.50; A minor bug in Emacs Lisp manual Xue Fuqiao
2013-02-11 1:16 ` Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).