aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2006-07-03 16:39:32 +0000
committerRomain Francoise2006-07-03 16:39:32 +0000
commit33cd9ed842f61a8769458b6f1aba6193f9efc52e (patch)
tree13c570467123b545e3fc7e4c28993724ca31fd60
parent3748d13d31860f6de2a308be78dafb7fcc618ad1 (diff)
downloademacs-33cd9ed842f61a8769458b6f1aba6193f9efc52e.tar.gz
emacs-33cd9ed842f61a8769458b6f1aba6193f9efc52e.zip
(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 @@
12006-07-03 Romain Francoise <romain@orebokech.com>
2
3 * m-x.texi (M-x): Fix.
4
12006-07-03 Richard Stallman <rms@gnu.org> 52006-07-03 Richard Stallman <rms@gnu.org>
2 6
3 * rcirc.texi (Scrolling conservatively): Fix xref. 7 * 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
24command name to be run. @key{RET} exits the minibuffer and runs the 24command name to be run. @key{RET} exits the minibuffer and runs the
25command. @xref{Minibuffer}, for more information on the minibuffer. 25command. @xref{Minibuffer}, for more information on the minibuffer.
26 26
27 You can use completion to enter the command name. For example, you 27 You can use completion to enter the command name. For example,
28to invoke the command @code{forward-char}, you can type 28to invoke the command @code{forward-char}, you can type
29 29
30@example 30@example