emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/markdown-mode 94c65e2: Minor fix of markdown-outline-up do


From: ELPA Syncer
Subject: [nongnu] elpa/markdown-mode 94c65e2: Minor fix of markdown-outline-up docstring.
Date: Thu, 29 Apr 2021 12:57:12 -0400 (EDT)

branch: elpa/markdown-mode
commit 94c65e2de2e10b7f3a5e72d412c64ab83b2b1a5e
Author: Pierre Rouleau <prouleau001@gmail.com>
Commit: Jason Blevins <jblevins@xbeta.org>

    Minor fix of markdown-outline-up docstring.
---
 markdown-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/markdown-mode.el b/markdown-mode.el
index c93d051..114f9a1 100644
--- a/markdown-mode.el
+++ b/markdown-mode.el
@@ -6995,7 +6995,7 @@ demote."
       (markdown-backward-same-level 1))))
 
 (defun markdown-outline-up ()
-  "Move to previous list item, when in a list, or next heading."
+  "Move to previous list item, when in a list, or previous heading."
   (interactive)
   (unless (markdown-up-list)
     (markdown-up-heading 1)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]