all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

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 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.