summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien <bzg@gnu.org>2020-02-10 00:33:54 +0100
committerBastien <bzg@gnu.org>2020-02-10 00:33:54 +0100
commite4be72d14bc3ecc1b28af64ff9f7e6d63e0e4fd6 (patch)
tree271f69e37f129980b0edc1dfce4e47c7c3443d1a
parent2096c9c76fe4f937da5cffac352df55d34f8a465 (diff)
downloadorg-mode-e4be72d14bc3ecc1b28af64ff9f7e6d63e0e4fd6.tar.gz
org.el: Fix typo in docstring
* lisp/org.el (org-startup-truncated): Fix typo in docstring.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 44b0ace..48d143c 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -952,7 +952,7 @@ truncation for Org mode different to the other modes that use the
variable `truncate-lines' and as a shortcut instead of putting
the variable `truncate-lines' into the `org-mode-hook'. If one
wants to configure truncation for Org mode not statically but
-dynamically e. g. in a hook like `ediff-prepare-buffer-hook' then
+dynamically e.g. in a hook like `ediff-prepare-buffer-hook' then
the variable `truncate-lines' has to be used because in such a
case it is too late to set the variable `org-startup-truncated'."
:group 'org-startup