changeset 38743:daea04400144

Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Aug 2001 23:36:56 +0000
parents 5ff2ac210385
children d7121931b3ba
files man/building.texi man/indent.texi
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/man/building.texi	Wed Aug 08 23:35:11 2001 +0000
+++ b/man/building.texi	Wed Aug 08 23:36:56 2001 +0000
@@ -514,7 +514,7 @@
 
   This defines a command named @var{function} which sends
 @var{cmdstring} to the debugger process, and gives it the documentation
-string @var{docstring}.  You can then use the command @var{function}\ in any
+string @var{docstring}.  You can then use the command @var{function} in any
 buffer.  If @var{binding} is non-@code{nil}, @code{gud-def} also binds
 the command to @kbd{C-c @var{binding}} in the GUD buffer's mode and to
 @kbd{C-x C-a @var{binding}} generally.
--- a/man/indent.texi	Wed Aug 08 23:35:11 2001 +0000
+++ b/man/indent.texi	Wed Aug 08 23:36:56 2001 +0000
@@ -53,8 +53,9 @@
 indents to the next tab stop column.  You can set the tab stops with
 @kbd{M-x edit-tab-stops}.
 
-  Normally, @key{TAB} inserts an optimal mix of tabs and spaces to
-indent lines.  @xref{Just Spaces}, for how to override that.
+  Normally, @key{TAB} inserts an optimal mix of tabs and spaces for
+the intended indentation.  @xref{Just Spaces}, for how to prevent use
+of tabs.
 
 @menu
 * Indentation Commands::  Various commands and techniques for indentation.