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

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

[nongnu] elpa/org-tree-slide 5d4f714052 020/144: Change descriptions


From: ELPA Syncer
Subject: [nongnu] elpa/org-tree-slide 5d4f714052 020/144: Change descriptions
Date: Tue, 18 Jan 2022 08:58:55 -0500 (EST)

branch: elpa/org-tree-slide
commit 5d4f7140521f78edcd9429627e3f53c85eb49338
Author: Takaaki ISHIKAWA <takaxp@ieee.org>
Commit: Takaaki ISHIKAWA <takaxp@ieee.org>

    Change descriptions
---
 ChangeLog         | 4 ++--
 org-tree-slide.el | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0af06065fb..e729a305cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,8 @@
 
        * org-tree-slide.el: Add a new profile to control narrowing status
        - You can control a status of narrowing or not by this profile.
-         If you use <f5>/S-<f5>, toggle org-tree-slide-mode is an alternative 
way.
-         (global-set-key (kbd "<f5>") 'org-tree-slide-mode) is recommended.
+         Assigned a single key to `org-tree-slide-mode' is recommended, like
+         (global-set-key (kbd "<f8>") 'org-tree-slide-mode)
        - Modify the way to display the current slide number.
          Replace " TSlide" by slide number in mode-line, like [1/10].
 
diff --git a/org-tree-slide.el b/org-tree-slide.el
index 117332d6ff..9c6482120c 100644
--- a/org-tree-slide.el
+++ b/org-tree-slide.el
@@ -208,7 +208,7 @@
   (message "presentation profile: ON"))
 
 (defun org-tree-slide-narrowing-control-profile ()
-  "Set variables for an alternative of narrowing/widen switch by <f5>/S-<f5>."
+  "Set variables to switch a status of narrowing or widen."
   (interactive)
   (setq org-tree-slide-header nil)
   (setq org-tree-slide-slide-in-effect nil)



reply via email to

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