X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5df4f04cd32af723742c81095b38ae83b3c2b462..551a89e12d1ac5198a4de25ce24d98358bb1f8db:/doc/emacs/m-x.texi diff --git a/doc/emacs/m-x.texi b/doc/emacs/m-x.texi index 3489bed0d8..b4385cb61b 100644 --- a/doc/emacs/m-x.texi +++ b/doc/emacs/m-x.texi @@ -1,8 +1,8 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002, -@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2014 Free Software +@c Foundation, Inc. @c See file emacs.texi for copying conditions. -@node M-x, Help, Minibuffer, Top +@node M-x @chapter Running Commands by Name Every Emacs command has a name that you can use to run it. For @@ -69,7 +69,3 @@ the command is followed by arguments. @kbd{M-x} works by running the command @code{execute-extended-command}, which is responsible for reading the name of another command and invoking it. - -@ignore - arch-tag: b67bff53-9628-4666-b94e-eda972a7ba56 -@end ignore