changeset 102703:d856a0c3b3a7

* minibuf.texi (Intro to Minibuffers): Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 23 Mar 2009 10:10:39 +0000
parents 6fa13effea11
children acda56dde7fb
files doc/lispref/ChangeLog doc/lispref/minibuf.texi
diffstat 2 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Mon Mar 23 03:15:25 2009 +0000
+++ b/doc/lispref/ChangeLog	Mon Mar 23 10:10:39 2009 +0000
@@ -1,3 +1,7 @@
+2009-03-23  Juanma Barranquero  <lekktu@gmail.com>
+
+	* minibuf.texi (Intro to Minibuffers): Fix typos.
+
 2009-03-23  Chong Yidong  <cyd@stupidchicken.com>
 
 	* minibuf.texi (Intro to Minibuffers): Remove long-obsolete info
@@ -264,8 +268,7 @@
 	* files.texi (Reading from Files): Document that null bytes force
 	no-conversion when visiting files.
 
-	* processes.texi (Serial Ports): Improve wording, suggested by
-	RMS.
+	* processes.texi (Serial Ports): Improve wording, suggested by RMS.
 
 	* nonascii.texi (Lisp and Coding Systems): Document
 	inhibit-null-byte-detection and inhibit-iso-escape-detection.
--- a/doc/lispref/minibuf.texi	Mon Mar 23 03:15:25 2009 +0000
+++ b/doc/lispref/minibuf.texi	Mon Mar 23 10:10:39 2009 +0000
@@ -75,14 +75,14 @@
   Under some circumstances, a command can use a minibuffer even if
 there is an active minibuffer; such minibuffers are called a
 @dfn{recursive minibuffer}.  The first minibuffer is named
-@w{ @samp{*Minibuf-0*}}.  Recursive minibuffers are named by
+@w{@samp{ *Minibuf-0*}}.  Recursive minibuffers are named by
 incrementing the number at the end of the name.  (The names begin with
 a space so that they won't show up in normal buffer lists.)  Of
 several recursive minibuffers, the innermost (or most recently
 entered) is the active minibuffer.  We usually call this ``the''
 minibuffer.  You can permit or forbid recursive minibuffers by setting
 the variable @code{enable-recursive-minibuffers}, or by putting
-properties of that name on command symbols (@xref{Recursive Mini}.
+properties of that name on command symbols (@xref{Recursive Mini}.)
 
   Like other buffers, a minibuffer uses a local keymap
 (@pxref{Keymaps}) to specify special key bindings.  The function that