Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6ca0edfe
Commit
6ca0edfe
authored
Mar 12, 2000
by
Dave Love
Browse files
Fix copyright line.
parent
284983bd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
15 deletions
+15
-15
man/custom.texi
man/custom.texi
+6
-10
man/dired.texi
man/dired.texi
+2
-1
man/frames.texi
man/frames.texi
+2
-1
man/search.texi
man/search.texi
+3
-2
man/sending.texi
man/sending.texi
+2
-1
No files found.
man/custom.texi
View file @
6ca0edfe
@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
...
...
man/dired.texi
View file @
6ca0edfe
@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
...
...
man/frames.texi
View file @
6ca0edfe
@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
...
...
man/search.texi
View file @
6ca0edfe
@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{*}. @*
...
...
man/sending.texi
View file @
6ca0edfe
@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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment