* [PATCH] org.el: Fix typo in `org-previous-visible-heading' documentation string
@ 2016-02-21 2:29 Jason Furtney
2016-02-22 8:43 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Jason Furtney @ 2016-02-21 2:29 UTC (permalink / raw)
To: emacs-orgmode
Hi, Here is a small patch to fix a typo. Thanks.
From d931a64e0482cddcef9ba5490994f24ab886e4f1 Mon Sep 17 00:00:00 2001
From: Jason Furtney <jkfurtney@gmail.com>
Date: Sat, 20 Feb 2016 20:14:22 -0600
Subject: [PATCH] org.el: Fix typo in `org-previous-visible-heading'
documentation string
* lisp/org.el (org-previous-visible-heading): change next to previous.
TINYCHANGE
---
lisp/org.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/org.el b/lisp/org.el
index 6cb13a8..3c98ece 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -24345,7 +24345,7 @@ respect customization of `org-odd-levels-only'."
(outline-next-visible-heading arg)))
(defun org-previous-visible-heading (arg)
- "Move to the next visible heading.
+ "Move to the previous visible heading.
This function wraps `outline-previous-visible-heading' with
`org-with-limited-levels' in order to skip over inline tasks and
--
1.9.5.msysgit.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-22 8:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-21 2:29 [PATCH] org.el: Fix typo in `org-previous-visible-heading' documentation string Jason Furtney
2016-02-22 8:43 ` Nicolas Goaziou
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.