aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/maintaining.texi6
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 280aceeb569..e185af6f3ed 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12008-08-12 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * maintaining.texi (Change Log): Mention next-error is available.
4
12008-08-10 Glenn Morris <rgm@gnu.org> 52008-08-10 Glenn Morris <rgm@gnu.org>
2 6
3 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables 7 * cal-xtra.texi (Calendar Customizing): Mention whitespace variables
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 424f26b584a..62898f00cee 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -73,6 +73,12 @@ entry is considered a page. This facilitates editing the entries.
73@kbd{C-j} and auto-fill indent each new line like the previous line; 73@kbd{C-j} and auto-fill indent each new line like the previous line;
74this is convenient for entering the contents of an entry. 74this is convenient for entering the contents of an entry.
75 75
76You can use the @code{next-error} command (by default bound to
77@kbd{C-x `}) to move between entries in the Change Log, when Change
78Log mode is on. You will jump to the actual site in the file that was
79changed, not just to the next Change Log entry. You can also use
80@code{previous-error} to move back in the same list.
81
76@findex change-log-merge 82@findex change-log-merge
77 You can use the command @kbd{M-x change-log-merge} to merge other 83 You can use the command @kbd{M-x change-log-merge} to merge other
78log files into a buffer in Change Log Mode, preserving the date 84log files into a buffer in Change Log Mode, preserving the date