aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2011-01-15 12:38:27 -0800
committerGlenn Morris2011-01-15 12:38:27 -0800
commitd52969e8afaa19ed1acc01f4ff0bb651bf7869a7 (patch)
treea51a042adc70e362c982f1aec9e9e3d07097a85c /doc
parent362b9d483c714a8fd87966ddbd8686850f870e34 (diff)
parent9f19b8ddfe3a46d8a5ae86b6c8d2394562d02843 (diff)
downloademacs-d52969e8afaa19ed1acc01f4ff0bb651bf7869a7.tar.gz
emacs-d52969e8afaa19ed1acc01f4ff0bb651bf7869a7.zip
Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.
Note: emacs-23 2010-05-20T01:32:08Z!lekktu@gmail.com is rendered unnecessary by pre-existing 2010-05-20 trunk change.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog6
-rw-r--r--doc/emacs/building.texi8
-rw-r--r--doc/emacs/files.texi8
3 files changed, 14 insertions, 8 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index fa7b38e8bcb..84fa7f875c4 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,5 +1,11 @@
12011-01-15 Chong Yidong <cyd@stupidchicken.com> 12011-01-15 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * building.texi (Compilation): Improve instructions for running two
4 compilations (Bug#7573).
5
6 * files.texi (Backup Names): Document the new location of the
7 last-resort backup file.
8
3 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp 9 * files.texi (File Aliases): Move directory-abbrev-alist doc from Lisp
4 manual. Explain why directory-abbrev-alist elements should be anchored 10 manual. Explain why directory-abbrev-alist elements should be anchored
5 (Bug#7777). 11 (Bug#7777).
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 98420b1f569..f9602e4dcf7 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -122,10 +122,10 @@ confirmation before actually killing a compilation that is running.
122You can also kill the compilation process with @kbd{M-x 122You can also kill the compilation process with @kbd{M-x
123kill-compilation}. 123kill-compilation}.
124 124
125 If you want to run two compilations at once, you should start the 125 To run two compilations at once, start the first one, then rename
126first one, then rename the @samp{*compilation*} buffer (perhaps using 126the @samp{*compilation*} buffer (perhaps using @code{rename-uniquely};
127@code{rename-uniquely}; @pxref{Misc Buffer}), and start the other 127@pxref{Misc Buffer}), then switch buffers and start the other
128compilation. That will create a new @samp{*compilation*} buffer. 128compilation. This will create a new @samp{*compilation*} buffer.
129 129
130 Emacs does not expect a compiler process to launch asynchronous 130 Emacs does not expect a compiler process to launch asynchronous
131subprocesses; if it does, and they keep running after the main 131subprocesses; if it does, and they keep running after the main
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi
index c869e19afe7..b8745436f1f 100644
--- a/doc/emacs/files.texi
+++ b/doc/emacs/files.texi
@@ -568,10 +568,10 @@ another from the newly saved contents if you save again.
568appending @samp{~} to the file name being edited; thus, the backup 568appending @samp{~} to the file name being edited; thus, the backup
569file for @file{eval.c} would be @file{eval.c~}. 569file for @file{eval.c} would be @file{eval.c~}.
570 570
571 If access control stops Emacs from writing backup files under the usual 571 If access control stops Emacs from writing backup files under the
572names, it writes the backup file as @file{%backup%~} in your home 572usual names, it writes the backup file as @file{~/.emacs.d/%backup%~}.
573directory. Only one such file can exist, so only the most recently 573Only one such file can exist, so only the most recently made such
574made such backup is available. 574backup is available.
575 575
576 Emacs can also make @dfn{numbered backup files}. Numbered backup 576 Emacs can also make @dfn{numbered backup files}. Numbered backup
577file names contain @samp{.~}, the number, and another @samp{~} after 577file names contain @samp{.~}, the number, and another @samp{~} after