emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref ChangeLog minibuf.texi


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog minibuf.texi
Date: Mon, 23 Mar 2009 10:10:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/03/23 10:10:41

Modified files:
        doc/lispref    : ChangeLog minibuf.texi 

Log message:
        * minibuf.texi (Intro to Minibuffers): Fix typos.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.234&r2=1.235
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/minibuf.texi?cvsroot=emacs&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -b -r1.234 -r1.235
--- ChangeLog   23 Mar 2009 03:07:41 -0000      1.234
+++ ChangeLog   23 Mar 2009 10:10:39 -0000      1.235
@@ -1,3 +1,7 @@
+2009-03-23  Juanma Barranquero  <address@hidden>
+
+       * minibuf.texi (Intro to Minibuffers): Fix typos.
+
 2009-03-23  Chong Yidong  <address@hidden>
 
        * 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.

Index: minibuf.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/minibuf.texi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- minibuf.texi        23 Mar 2009 03:07:51 -0000      1.20
+++ minibuf.texi        23 Mar 2009 10:10:40 -0000      1.21
@@ -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
address@hidden @samp{*Minibuf-0*}}.  Recursive minibuffers are named by
address@hidden@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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]