summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-01-11 01:34:44 +0100
committerBastien Guerry <bzg@altern.org>2014-01-11 01:34:44 +0100
commit21472107fa736c8ce557107051578163e0d84ee7 (patch)
tree2c2273f8d0329b85e5d15ab53be27e855d4f20c2
parent8ac18f6d2237faa0cf39afd37c1a58e20b5a975a (diff)
downloadorg-mode-21472107fa736c8ce557107051578163e0d84ee7.tar.gz
org.el (org-ellipsis): Small docstring enhancement
* org.el (org-ellipsis): Small docstring enhancement.
-rw-r--r--lisp/org.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 8949b02..a11badd 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -813,10 +813,11 @@ Also apply the translations defined in `org-xemacs-key-equivalents'."
(defcustom org-ellipsis nil
"The ellipsis to use in the Org-mode outline.
-When nil, just use the standard three dots. When a string, use that instead,
+When nil, just use the standard three dots.
+When a string, use that string instead.
When a face, use the standard 3 dots, but with the specified face.
The change affects only Org-mode (which will then use its own display table).
-Changing this requires executing `M-x org-mode' in a buffer to become
+Changing this requires executing `M-x org-mode RET' in a buffer to become
effective."
:group 'org-startup
:type '(choice (const :tag "Default" nil)