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

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

[elpa] externals/org-remark 78a218c505 051/173: doc: Update docstrings f


From: ELPA Syncer
Subject: [elpa] externals/org-remark 78a218c505 051/173: doc: Update docstrings for om/-next/prev
Date: Fri, 28 Jan 2022 16:57:58 -0500 (EST)

branch: externals/org-remark
commit 78a218c505b22a9afd37bd47591e7d1c941cebf2
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    doc: Update docstrings for om/-next/prev
---
 org-marginalia.el | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/org-marginalia.el b/org-marginalia.el
index d22a46393d..9ad5d96c8f 100644
--- a/org-marginalia.el
+++ b/org-marginalia.el
@@ -130,7 +130,7 @@
 ;;   something I - would like to add later.
 
 ;; - Copy & pasting loses highlights
-;;   You could manually recover it by adjusting the properties in the
+;;   You could mqanually recover it by adjusting the properties in the
 ;;   marginalia file.
 
 ;;;; Credits
@@ -402,14 +402,12 @@ enables transient map with `set-transient-map'. You don't 
have to
 press the keybinding prefix again to move further to the next.
 That is, you can do a key sequence like this:
 
-   C-c n \] \] \] \]
+   `\\[om/next]' \] \] \] \]
 
 If you have the same prefix for `om/prev', you can combine it in
 the sequence like so:
 
-   C-c n \] \] \[ \[
-
-"
+   `\\[om/next]' \] \] \[ \["
   (interactive)
   (if (not om/highlights)
       (progn (message "No highlights present in this buffer.") nil)
@@ -437,12 +435,12 @@ enables transient map with `set-transient-map'. You don't 
have to
 press the keybinding prefix again to move further to the next.
 That is, you can do a key sequence like this:
 
-   C-c n \[ \[ \[ \[
+   `\\[om/prev]' \[ \[ \[ \[
 
 If you have the same prefix for `om/next', you can combine it in
 the sequence like so:
 
-   C-c n \] \] \[ \["
+   `\\[om/prev]' \] \] \[ \["
   (interactive)
   (if (not om/highlights)
       (progn (message "No highlights present in this buffer.") nil)



reply via email to

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