aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/building.texi14
-rw-r--r--doc/emacs/maintaining.texi3
-rw-r--r--doc/emacs/trouble.texi7
3 files changed, 19 insertions, 5 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 78d07b8d39e..518d157e4ee 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -151,6 +151,20 @@ with the mouse (@pxref{Mouse References}), to visit the @dfn{locus} of
151the error message in a separate window. The locus is the specific 151the error message in a separate window. The locus is the specific
152position in a file where that error occurred. 152position in a file where that error occurred.
153 153
154@cindex compilation mode faces
155@vindex compilation-error
156@vindex compilation-warning
157 The appearance of the @file{*compilation*} buffer can be controlled
158by customizing the faces which are used to highlight parts of the
159@file{*compilation*} buffer, e.g., @code{compilation-error} or
160@code{compilation-warning}, for error and warning messages
161respectively. Note that since those faces inherit from the
162@code{error} and @code{warning} faces, it is also possible to
163customize the parent face directly instead.
164
165 Use @w{@kbd{M-x customize-group RET compilation}} to see the entire
166list of customization variables and faces.
167
154@findex compile-goto-error 168@findex compile-goto-error
155@vindex compilation-auto-jump-to-first-error 169@vindex compilation-auto-jump-to-first-error
156 If you change the variable 170 If you change the variable
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index fd0119e98ce..4986c111030 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1093,8 +1093,7 @@ started editing, and asks for confirmation for discarding the changes.
1093If you agree, the fileset is reverted. If you don't want @kbd{C-x v 1093If you agree, the fileset is reverted. If you don't want @kbd{C-x v
1094u} to show a diff, set the variable @code{vc-revert-show-diff} to 1094u} to show a diff, set the variable @code{vc-revert-show-diff} to
1095@code{nil} (you can still view the diff directly with @kbd{C-x v =}; 1095@code{nil} (you can still view the diff directly with @kbd{C-x v =};
1096@pxref{Old Revisions}). Note that @kbd{C-x v u} cannot be reversed 1096@pxref{Old Revisions}).
1097with the usual undo commands (@pxref{Undo}), so use it with care.
1098 1097
1099 On locking-based version control systems, @kbd{C-x v u} leaves files 1098 On locking-based version control systems, @kbd{C-x v u} leaves files
1100unlocked; you must lock again to resume editing. You can also use 1099unlocked; you must lock again to resume editing. You can also use
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi
index 1bdd9fa0141..2fe54878058 100644
--- a/doc/emacs/trouble.texi
+++ b/doc/emacs/trouble.texi
@@ -1400,9 +1400,10 @@ to the FSF@. For the reasons behind this, see
1400@url{https://www.gnu.org/licenses/why-assign.html}. 1400@url{https://www.gnu.org/licenses/why-assign.html}.
1401 1401
1402Copyright assignment is a simple process. Residents of some countries 1402Copyright assignment is a simple process. Residents of some countries
1403can do it entirely electronically. We can help you get started, and 1403can do it entirely electronically. We can help you get started,
1404answer any questions you may have (or point you to the people with the 1404including sending you the forms you should fill, and answer any
1405answers), at the @email{emacs-devel@@gnu.org} mailing list. 1405questions you may have (or point you to the people with the answers),
1406at the @email{emacs-devel@@gnu.org} mailing list.
1406 1407
1407(Please note: general discussion about why some GNU projects ask 1408(Please note: general discussion about why some GNU projects ask
1408for a copyright assignment is off-topic for emacs-devel. 1409for a copyright assignment is off-topic for emacs-devel.