From: Jason Furtney <jkfurtney@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [PATCH] org.el: Fix typo in `org-previous-visible-heading' documentation string
Date: Sat, 20 Feb 2016 20:29:46 -0600 [thread overview]
Message-ID: <CAOU2ZSULkQnOey1KsQNzeTz1qWtQ1CqDLZU9M0tMs8mSo+4yXA@mail.gmail.com> (raw)
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
next reply other threads:[~2016-02-21 2:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-21 2:29 Jason Furtney [this message]
2016-02-22 8:43 ` [PATCH] org.el: Fix typo in `org-previous-visible-heading' documentation string Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAOU2ZSULkQnOey1KsQNzeTz1qWtQ1CqDLZU9M0tMs8mSo+4yXA@mail.gmail.com \
--to=jkfurtney@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.