]> git.eshelyaron.com Git - emacs.git/commitdiff
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 baf18992953e9d8263f3057db13bcc6c58c13d99..5e5e57cb3cedb7e7d3d186da6073c5f2420db5b7 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))
+  ;; 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."))))))
index 00a6c6a29a1e83d5cef26f830eea5458f06a3f8d..9b6868857e89257428f07cbcd1763ad33d3c667e 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.
index c28a30bf823a22525413c16f421c35677df003ca..5564f9a23f31fb8f5fc48c9e0c09a1d185719176 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
+@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.