Преглед на файлове

org-link-descriptive: Fix docstring typo

* lisp/ol.el (org-link-descriptive): Drop extra word from docstring.
Kyle Meyer преди 3 години
родител
ревизия
33543d2aa8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/ol.el

+ 1 - 1
lisp/ol.el

@@ -183,7 +183,7 @@ link.
 (defcustom org-link-descriptive t
   "Non-nil means Org displays descriptive links.
 
-E.g. [[https://orgmode.org][Org website]] is be displayed as
+E.g. [[https://orgmode.org][Org website]] is displayed as
 \"Org Website\", hiding the link itself and just displaying its
 description.  When set to nil, Org displays the full links
 literally.