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

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

[elpa] externals/org 22eedaea86 5/5: lisp/ol.el: Fix some docstring styl


From: ELPA Syncer
Subject: [elpa] externals/org 22eedaea86 5/5: lisp/ol.el: Fix some docstring style issues
Date: Sat, 6 Aug 2022 02:57:53 -0400 (EDT)

branch: externals/org
commit 22eedaea865f07c6095d0257c95810171626ed3d
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    lisp/ol.el: Fix some docstring style issues
    
    * lisp/ol.el (org-store-link): Start sentence from capital letter.
    (org-insert-link): Add double space between sentences.
---
 lisp/ol.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ol.el b/lisp/ol.el
index dd60d78f32..b7d74d0bf2 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -1656,7 +1656,7 @@ non-nil."
          (setq file (if file
                         (abbreviate-file-name
                          (expand-file-name (dired-get-filename nil t)))
-                      ;; otherwise, no file so use current directory.
+                      ;; Otherwise, no file so use current directory.
                       default-directory))
          (setq cpltxt (concat "file:" file)
                link cpltxt)))
@@ -1821,7 +1821,7 @@ If the DESCRIPTION parameter is non-nil, this value will 
be used
 as the default description.  If not, and the chosen link type has
 a non-nil `:insert-description' parameter, that is used to
 generate a description as described in `org-link-parameters'
-docstring. Otherwise, if `org-link-make-description-function' is
+docstring.  Otherwise, if `org-link-make-description-function' is
 non-nil, this function will be called with the link target, and
 the result will be the default link description.  When called
 non-interactively, don't allow to edit the default description."



reply via email to

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