emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115737: Doc fixes (index and comment).


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115737: Doc fixes (index and comment).
Date: Wed, 25 Dec 2013 02:18:52 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115737
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Wed 2013-12-25 10:18:43 +0800
message:
  Doc fixes (index and comment).
modified:
  admin/admin.el                 admin.el-20091113204419-o5vbwnq5f7feedwu-2254
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/files.texi           files.texi-20091113204419-o5vbwnq5f7feedwu-6249
=== modified file 'admin/admin.el'
--- a/admin/admin.el    2013-12-24 06:52:10 +0000
+++ b/admin/admin.el    2013-12-25 02:18:43 +0000
@@ -75,6 +75,9 @@
   (interactive "DEmacs root directory: \nsVersion number: ")
   (unless (file-exists-p (expand-file-name "src/emacs.c" root))
     (user-error "%s doesn't seem to be the root of an Emacs source tree" root))
+  ;; There's also a "version 3" (standing for GPLv3) at the end of
+  ;; `README', but since `set-version-in-file' only replaces the first
+  ;; occurence, it won't be replaced.
   (set-version-in-file root "README" version
                       (rx (and "version" (1+ space)
                                (submatch (1+ (in "0-9."))))))

=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-12-24 08:33:02 +0000
+++ b/doc/emacs/ChangeLog       2013-12-25 02:18:43 +0000
@@ -1,3 +1,7 @@
+2013-12-25  Xue Fuqiao  <address@hidden>
+
+       * files.texi (Diff Mode): Add an index.
+
 2013-12-24  Xue Fuqiao  <address@hidden>
 
        * trouble.texi (Understanding Bug Reporting): Minor update.

=== modified file 'doc/emacs/files.texi'
--- a/doc/emacs/files.texi      2013-12-22 05:20:03 +0000
+++ b/doc/emacs/files.texi      2013-12-25 02:18:43 +0000
@@ -1419,6 +1419,7 @@
 
 @item C-c C-a
 @findex diff-apply-hunk
address@hidden patches, applying
 Apply this hunk to its target file (@code{diff-apply-hunk}).  With a
 prefix argument of @kbd{C-u}, revert this hunk.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]