From 97c50971465ff7f49ef2f57b3c09060939778727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Tue, 25 Aug 2015 12:27:35 +0200 Subject: Imported Upstream version 8.3.1 --- contrib/lisp/org-toc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/lisp/org-toc.el') diff --git a/contrib/lisp/org-toc.el b/contrib/lisp/org-toc.el index 255b79e..622cc02 100644 --- a/contrib/lisp/org-toc.el +++ b/contrib/lisp/org-toc.el @@ -338,7 +338,7 @@ If DELETE is non-nil, delete other windows when in the Org buffer." (interactive) (condition-case nil (outline-forward-same-level 1) - (error (message "No next headline at this level."))) + (error (message "No next headline at this level"))) (if org-toc-info-mode (org-toc-info)) (if org-toc-follow-mode (org-toc-goto))) @@ -347,7 +347,7 @@ If DELETE is non-nil, delete other windows when in the Org buffer." (interactive) (condition-case nil (outline-backward-same-level 1) - (error (message "No previous headline at this level."))) + (error (message "No previous headline at this level"))) (if org-toc-info-mode (org-toc-info)) (if org-toc-follow-mode (org-toc-goto))) -- cgit v1.2.3