Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5136377
Commit
e5136377
authored
Dec 06, 2008
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Old Revisions): Improve previous change.
parent
920ab46c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
doc/emacs/ChangeLog
doc/emacs/ChangeLog
+4
-0
doc/emacs/maintaining.texi
doc/emacs/maintaining.texi
+7
-4
No files found.
doc/emacs/ChangeLog
View file @
e5136377
2008-12-06 Glenn Morris <rgm@gnu.org>
* maintaining.texi (Old Revisions): Improve previous change.
2008-12-05 Richard M Stallman <rms@gnu.org>
* anti.texi (Antinews): Minor fixes.
...
...
doc/emacs/maintaining.texi
View file @
e5136377
@
c
This
is
part
of
the
Emacs
manual
.
@
c
Copyright
(
C
)
1985
,
1986
,
1987
,
1993
,
1994
,
1995
,
1997
,
1999
,
2000
,
@
c
2001
,
2002
,
2003
,
2004
,
2005
,
2006
,
2007
,
2008
Free
Software
Foundation
,
Inc
.
@
c
2001
,
2002
,
2003
,
2004
,
2005
,
2006
,
2007
,
2008
@
c
Free
Software
Foundation
,
Inc
.
@
c
See
file
emacs
.
texi
for
copying
conditions
.
@
node
Maintaining
,
Abbrevs
,
Building
,
Top
@
chapter
Maintaining
Large
Programs
...
...
@@ -713,9 +714,11 @@ value of @code{vc-@var{backend}-diff-switches}, @code{vc-diff-switches},
and @code{diff-switches} (@pxref{Comparing Files}), in that order.
Since @code{nil} means to check the next variable in the sequence,
either of the first two may use the value @code{t} to mean no switches at all.
The @samp{vc@dots{}diff-switches} variables are all either @code{nil}
or @code{t} (for those version control systems that do not accept common
@code{diff} options) by default.
Most of the @samp{vc@dots{}diff-switches} variables default to
@code{nil}, but some default to @code{t}. These are for those version
control systems (e.g. SVN) whose @code{diff} implementations do not
accept common options (e.g. @samp{-c}) likely to be in
@code{diff-switches}.
The buffer produced by @kbd{C-x v =} supports the commands of
Compilation mode (@pxref{Compilation Mode}), such as @kbd{C-x `} and
...
...
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