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

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

[elpa] externals/org ce22aa1 03/11: Backport commit 5ab5c3898 from Emacs


From: ELPA Syncer
Subject: [elpa] externals/org ce22aa1 03/11: Backport commit 5ab5c3898 from Emacs
Date: Sun, 14 Feb 2021 18:57:12 -0500 (EST)

branch: externals/org
commit ce22aa15fd48c7c54d09044e14b683d98772a68f
Author: Stefan Kangas <stefan@marxist.se>
Commit: Kyle Meyer <kyle@kyleam.com>

    Backport commit 5ab5c3898 from Emacs
    
    * lisp/org-indent.el
    (org-indent-mode-turns-off-org-adapt-indentation)
    (org-indent-mode-turns-on-hiding-stars):
    * lisp/org-protocol.el (org-protocol-project-alist): Shorten doc
    strings to not exceed 80-column limits.  (Bug#44858)
    
    Shorten over-wide docstrings in defcustoms
    5ab5c3898778406103e7183bf41c7d018077092b
    Stefan Kangas
    Sat Dec 19 18:21:06 2020 +0100
---
 lisp/org-indent.el   | 6 ++----
 lisp/org-protocol.el | 6 ++++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lisp/org-indent.el b/lisp/org-indent.el
index af2485c..c6bf416 100644
--- a/lisp/org-indent.el
+++ b/lisp/org-indent.el
@@ -85,15 +85,13 @@ it may be prettier to customize the `org-indent' face."
   :type 'character)
 
 (defcustom org-indent-mode-turns-off-org-adapt-indentation t
-  "Non-nil means setting the variable `org-indent-mode' will \
-turn off indentation adaptation.
+  "Non-nil means setting `org-indent-mode' will turn off indentation 
adaptation.
 For details see the variable `org-adapt-indentation'."
   :group 'org-indent
   :type 'boolean)
 
 (defcustom org-indent-mode-turns-on-hiding-stars t
-  "Non-nil means setting the variable `org-indent-mode' will \
-turn on `org-hide-leading-stars'."
+  "Non-nil means setting `org-indent-mode' will turn on 
`org-hide-leading-stars'."
   :group 'org-indent
   :type 'boolean)
 
diff --git a/lisp/org-protocol.el b/lisp/org-protocol.el
index 7f9a6ae..74043f8 100644
--- a/lisp/org-protocol.el
+++ b/lisp/org-protocol.el
@@ -181,7 +181,8 @@ Possible properties are:
   :working-directory - the local working directory.  This is, what base-url 
will
                        be replaced with.
   :redirects         - A list of cons cells, each of which maps a regular
-                       expression to match to a path relative to 
:working-directory.
+                       expression to match to a path relative to
+                       :working-directory.
 
 Example:
 
@@ -202,7 +203,8 @@ Example:
           :working-directory \"~/site/content/post/\"
           :online-suffix \".html\"
           :working-suffix \".md\"
-          :rewrites ((\"\\(https://site.com/[0-9]+/[0-9]+/[0-9]+/\\)\" . 
\".md\")))
+          :rewrites ((\"\\(https://site.com/[0-9]+/[0-9]+/[0-9]+/\\)\"
+                     . \".md\")))
          (\"GNU emacs OpenGrok\"
           :base-url \"https://opengrok.housegordon.com/source/xref/emacs/\";
           :working-directory \"~/dev/gnu-emacs/\")))



reply via email to

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