From: Lars Ingebrigtsen Date: Thu, 28 Apr 2016 13:53:15 +0000 (+0200) Subject: Make a menu less ambiguous X-Git-Tag: emacs-25.1.90~141^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ace9d22;p=emacs.git Make a menu less ambiguous * doc/emacs/custom.texi (Key Bindings): The Modifier Keys node is about using modifier keys, not binding them (bug#10942). (cherry picked from commit 214f85a0a68b96a552ca605d601b33f6eef5c4ca) --- diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index c1093353757..771633623f5 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi @@ -1396,7 +1396,7 @@ init file (@pxref{Init Rebinding}). * Minibuffer Maps:: The minibuffer uses its own local keymaps. * Rebinding:: How to redefine one key's meaning conveniently. * Init Rebinding:: Rebinding keys with your initialization file. -* Modifier Keys:: Using modifier keys in key bindings. +* Modifier Keys:: Using modifier keys. * Function Keys:: Rebinding terminal function keys. * Named ASCII Chars:: Distinguishing @key{TAB} from @kbd{C-i}, and so on. * Mouse Buttons:: Rebinding mouse buttons in Emacs.