From d4fb6d40b71cad3fd5a2141b8456f27e2b2dc731 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Tue, 15 Dec 2015 05:44:27 +0800 Subject: [PATCH] Doc fix --- README.rst | 6 ++---- ggtags.el | 12 +++++------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index e8e90d59a..eda042724 100644 --- a/README.rst +++ b/README.rst @@ -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 +++++++++++++++++++++++ diff --git a/ggtags.el b/ggtags.el index d991ba485..08fb4c8d6 100644 --- a/ggtags.el +++ b/ggtags.el @@ -36,13 +36,11 @@ ;; ;; 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 -- 2.39.2