summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-08-08 23:36:56 +0000
committerRichard M. Stallman <rms@gnu.org>2001-08-08 23:36:56 +0000
commit38d4849a49ba47921394e53c0a16fce23586e44c (patch)
tree1b327934398c9ae77ccfe1d61102b3c690754f70 /man
parent09c42dd5cf53f0faa2eb5c9f24fcf6029ebc7afc (diff)
downloademacs-38d4849a49ba47921394e53c0a16fce23586e44c.tar.gz
Minor cleanup.
Diffstat (limited to 'man')
-rw-r--r--man/building.texi2
-rw-r--r--man/indent.texi5
2 files changed, 4 insertions, 3 deletions
diff --git a/man/building.texi b/man/building.texi
index 891bc140e5f..a4c63ed6878 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -514,7 +514,7 @@ debugger interaction buffer:
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.
diff --git a/man/indent.texi b/man/indent.texi
index a3275165e84..628e97f2756 100644
--- a/man/indent.texi
+++ b/man/indent.texi
@@ -53,8 +53,9 @@ knows about many aspects of C syntax.
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.