summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2006-07-03 16:39:32 +0000
committerRomain Francoise <romain@orebokech.com>2006-07-03 16:39:32 +0000
commit33cd9ed842f61a8769458b6f1aba6193f9efc52e (patch)
tree13c570467123b545e3fc7e4c28993724ca31fd60
parent3748d13d31860f6de2a308be78dafb7fcc618ad1 (diff)
downloademacs-33cd9ed842f61a8769458b6f1aba6193f9efc52e.tar.gz
(M-x): Fix.
-rw-r--r--man/ChangeLog4
-rw-r--r--man/m-x.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 0deb566be33..35b46925752 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-03 Romain Francoise <romain@orebokech.com>
+
+ * m-x.texi (M-x): Fix.
+
2006-07-03 Richard Stallman <rms@gnu.org>
* rcirc.texi (Scrolling conservatively): Fix xref.
diff --git a/man/m-x.texi b/man/m-x.texi
index c4974c5f7b4..a387f878695 100644
--- a/man/m-x.texi
+++ b/man/m-x.texi
@@ -24,7 +24,7 @@ beginning of the minibuffer as a @dfn{prompt} to remind you to enter a
command name to be run. @key{RET} exits the minibuffer and runs the
command. @xref{Minibuffer}, for more information on the minibuffer.
- You can use completion to enter the command name. For example, you
+ You can use completion to enter the command name. For example,
to invoke the command @code{forward-char}, you can type
@example