[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/emacs ChangeLog files.texi
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] emacs/doc/emacs ChangeLog files.texi |
Date: |
Sat, 18 Apr 2009 01:41:54 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 09/04/18 01:41:54
Modified files:
doc/emacs : ChangeLog files.texi
Log message:
* files.texi (Save Commands): Mention diff-buffer-with-file.
(Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
Henoch (Bug#3036).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/ChangeLog?cvsroot=emacs&r1=1.306&r2=1.307
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/files.texi?cvsroot=emacs&r1=1.54&r2=1.55
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -b -r1.306 -r1.307
--- ChangeLog 15 Mar 2009 21:16:52 -0000 1.306
+++ ChangeLog 18 Apr 2009 01:41:53 -0000 1.307
@@ -1,3 +1,9 @@
+2009-04-18 Chong Yidong <address@hidden>
+
+ * files.texi (Save Commands): Mention diff-buffer-with-file.
+ (Comparing Files): Document diff-buffer-with-file. Suggested by Magnus
+ Henoch (Bug#3036).
+
2009-03-15 Glenn Morris <address@hidden>
* sending.texi (Mail Format): Replace "Sender" with "Message-Id", since
Index: files.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/files.texi,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- files.texi 20 Feb 2009 12:36:51 -0000 1.54
+++ files.texi 18 Apr 2009 01:41:54 -0000 1.55
@@ -440,8 +440,9 @@
View mode, you get back to @code{save-some-buffers}, which asks the
question again.
@item d
-Diff the buffer against its corresponding file, so you can see
-what changes you would be saving.
+Diff the buffer against its corresponding file, so you can see what
+changes you would be saving. This calls the command
address@hidden (@xpref{Comparing Files}).
@item C-h
Display a help message about these options.
@end table
@@ -1276,6 +1277,11 @@
@code{diff-backup} compares it with the source file that it is a
backup of. In all other respects, this behaves like @kbd{M-x diff}.
address@hidden diff-buffer-with-file
+ The command @kbd{M-x diff-buffer-with-file} compares a specified
+buffer with its corresponding file. This shows you what changes you
+would make to the file if you save the buffer.
+
@findex compare-windows
The command @kbd{M-x compare-windows} compares the text in the
current window with that in the next window. (For more information
- [Emacs-diffs] emacs/doc/emacs ChangeLog files.texi,
Chong Yidong <=