]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix copyright line.
authorDave Love <fx@gnu.org>
Sun, 12 Mar 2000 18:19:41 +0000 (18:19 +0000)
committerDave Love <fx@gnu.org>
Sun, 12 Mar 2000 18:19:41 +0000 (18:19 +0000)
man/custom.texi
man/dired.texi
man/frames.texi
man/search.texi
man/sending.texi

index 335b390ce70776b44b81edb844e634c7e349d0fe..3a68ba75cef80fb08e6873038e8ee5d2bb9a7349 100644 (file)
@@ -1,5 +1,6 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985, 86, 87, 93-95, 97, 2000 Free Software Foundation, Inc.
+@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000
+@c  Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Customization, Quitting, Amusements, Top
 @chapter Customization
@@ -64,7 +65,7 @@ negative argument always turns it off.
 buffer; each buffer is independent of the other buffers.  Therefore, you
 can enable the mode in particular buffers and disable it in others.  The
 per-buffer minor modes include Abbrev mode, Auto Fill mode, Auto Save
-mode, Font-Lock mode, Hscroll mode, ISO Accents mode, Outline minor
+mode, Font-Lock mode, ISO Accents mode, Outline minor
 mode, Overwrite mode, and Binary Overwrite mode.
 
   Abbrev mode allows you to define abbreviations that automatically expand
@@ -90,9 +91,6 @@ programs, such as comments, strings, and function names being defined.
 This requires a window system that can display multiple fonts.
 @xref{Faces}.
 
-  Hscroll mode performs horizontal scrolling automatically
-to keep point on the screen.  @xref{Horizontal Scrolling}.
-
   ISO Accents mode makes the characters @samp{`}, @samp{'}, @samp{"},
 @samp{^}, @samp{/} and @samp{~} combine with the following letter, to
 produce an accented letter in the ISO Latin-1 character set.
@@ -129,10 +127,8 @@ you are in the minibuffer and completion is active.  @xref{Completion
 Options}.
 
   Line Number mode enables continuous display in the mode line of the
-line number of point.  @xref{Mode Line}.
-
-  Resize-Minibuffer mode makes the minibuffer expand as necessary to
-hold the text that you put in it.  @xref{Minibuffer Edit}.
+line number of point and Column Number mode enables display of the
+column number.  @xref{Mode Line}.
 
   Scroll Bar mode gives each window a scroll bar (@pxref{Scroll Bars}).
 Menu Bar mode gives each frame a menu bar (@pxref{Menu Bars}).  Both of
@@ -143,7 +139,7 @@ these modes are enabled by default when you use the X Window System.
 will get an error.  This means you must either set the mark, or
 explicitly ``reactivate'' it, before each command that uses the region.
 The advantage of Transient Mark mode is that Emacs can display the
-region highlighted (currently only when using X).  @xref{Setting Mark}.
+region highlighted (currently only when using X).  @xref{Mark}.
 
   For most minor modes, the command name is also the name of a variable
 which directly controls the mode.  The mode is enabled whenever this
index 98604cb9e86b141416e78d52a0eb3f9ef46449e9..2e02520b533e57ec970ecaa9981b47842921a3eb 100644 (file)
@@ -1,5 +1,6 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985, 86, 87, 93-95, 97, 2000 Free Software Foundation, Inc.
+@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000
+@c   Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Dired, Calendar/Diary, Rmail, Top
 @chapter Dired, the Directory Editor
index 93572c6cbdd53581b5f33f0a5dc8fc12cfe79562..1a57eb75bdc64e95832db6ee323b8a623a97116f 100644 (file)
@@ -1,5 +1,6 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985, 86, 87, 93-95, 97, 99, 2000 Free Software Foundation, Inc.
+@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 99, 2000
+@c   Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Frames, International, Windows, Top
 @chapter Frames and X Windows
index 96f984b053ccc2b27e240f900476c96afa360e37..a35c79c0ca00850d71fb33c1ddc7b35943e44ee6 100644 (file)
@@ -1,5 +1,6 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985, 86, 87, 93-95, 97, 2000 Free Software Foundation, Inc.
+@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000
+@c   Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Search, Fixit, Display, Top
 @chapter Searching and Replacement
@@ -436,7 +437,7 @@ non-greedy: they will match as little as possible.
 is another postfix operator that specifies an interval of iteration:
 the preceding regular expression must match between @var{n} and
 @var{m} times.  If @var{m} is omitted, then there is no upper bound
-and if @var{,m} is omitted, then the regular expression must match
+and if @kbd,{@var{m}} is omitted, then the regular expression must match
 exactly @var{n} times.                         @*
 @samp{\@{0,1\@}} is equivalent to @samp{?}.    @*
 @samp{\@{0,\@}} is equivalent to @samp{*}.     @*
index 9364538a9a9ddc462e39d54842b764ce27cb84b2..bbaf83db65db5f8b89f35736b297f7dd23020f6f 100644 (file)
@@ -1,5 +1,6 @@
 @c This is part of the Emacs manual.
-@c Copyright (C) 1985, 86, 87, 93-95, 97, 2000 Free Software Foundation, Inc.
+@c Copyright (C) 1985, 86, 87, 93, 94, 95, 97, 2000
+@c   Free Software Foundation, Inc.
 @c See file emacs.texi for copying conditions.
 @node Sending Mail, Rmail, Picture, Top
 @chapter Sending Mail