Doc fixes (index and comment).
authorXue Fuqiao <xfq.free@gmail.com>
Wed, 25 Dec 2013 02:18:43 +0000 (10:18 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Wed, 25 Dec 2013 02:18:43 +0000 (10:18 +0800)
admin/admin.el
doc/emacs/ChangeLog
doc/emacs/files.texi

index baf1899..5e5e57c 100644 (file)
@@ -75,6 +75,9 @@ Root must be the root of an Emacs source tree."
   (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))
   (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."))))))
   (set-version-in-file root "README" version
                       (rx (and "version" (1+ space)
                                (submatch (1+ (in "0-9."))))))
index 00a6c6a..9b68688 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * files.texi (Diff Mode): Add an index.
+
 2013-12-24  Xue Fuqiao  <xfq.free@gmail.com>
 
        * trouble.texi (Understanding Bug Reporting): Minor update.
 2013-12-24  Xue Fuqiao  <xfq.free@gmail.com>
 
        * trouble.texi (Understanding Bug Reporting): Minor update.
index c28a30b..5564f9a 100644 (file)
@@ -1419,6 +1419,7 @@ In a multi-file patch, kill the current file part.
 
 @item C-c C-a
 @findex diff-apply-hunk
 
 @item C-c C-a
 @findex diff-apply-hunk
+@cindex patches, applying
 Apply this hunk to its target file (@code{diff-apply-hunk}).  With a
 prefix argument of @kbd{C-u}, revert this hunk.
 
 Apply this hunk to its target file (@code{diff-apply-hunk}).  With a
 prefix argument of @kbd{C-u}, revert this hunk.