]> code.delx.au - gnu-emacs-elpa/commitdiff
Doc fix
authorLeo Liu <sdl.web@gmail.com>
Mon, 14 Dec 2015 21:44:27 +0000 (05:44 +0800)
committerLeo Liu <sdl.web@gmail.com>
Mon, 14 Dec 2015 21:44:27 +0000 (05:44 +0800)
README.rst
ggtags.el

index e8e90d59ab0b09e84da6bfb40ab8c8268cfe3471..eda042724f24c1c4ca366f3acdba7ef2657a524a 100644 (file)
@@ -313,16 +313,14 @@ Integration with other packages
 NEWS
 ~~~~
 
-(devel) 0.8.11
-++++++++++++++
+[2015-12-15 Tue] 0.8.11
++++++++++++++++++++++++
 
 #. ``ggtags-highlight-tag-delay`` is renamed to
    ``ggtags-highlight-tag``.
 #. Tag highlighting can be disabled by setting
    ``ggtags-highlight-tag`` to nil.
 
-ggtags-highlight-tag
-
 [2015-06-12 Fri] 0.8.10
 +++++++++++++++++++++++
 
index d991ba4854cf6aca6e8013415b71f18b5f048149..08fb4c8d6ee40631afd1d45943777ce4b1413105 100644 (file)
--- a/ggtags.el
+++ b/ggtags.el
 ;;
 ;; All commands are available from the `Ggtags' menu in `ggtags-mode'.
 
-;;; NEWS 0.8.10 (2015-06-12):
+;;; NEWS 0.8.11 (2015-12-15):
 
-;; - Tags update on save is configurable by `ggtags-update-on-save'.
-;; - New command `ggtags-explain-tags' to explain how each file is
-;;   indexed in current project.
-;; - New user option `ggtags-sort-by-nearness' that sorts matched tags
-;;   by nearness to current directory.
+;; - `ggtags-highlight-tag-delay' is renamed to `ggtags-highlight-tag'
+;; - Tag highlighting can be disabled by setting
+;;   `ggtags-highlight-tag' to nil.
 ;;
 ;; See full NEWS on https://github.com/leoliu/ggtags#news
 
@@ -1633,7 +1631,7 @@ commands `next-error' and `previous-error'.
             (let ((compilation-auto-jump-to-first-error t))
               (compilation-auto-jump (current-buffer) (point)))
           (error (message "\
-ggtags: history match invalid, jump to first error instead")
+ggtags: history match invalid, jump to first match instead")
                  (first-error)))))
     ;; `compilation-filter' restores point and as a result commands
     ;; dependent on point such as `ggtags-navigation-next-file' and