summaryrefslogtreecommitdiff
path: root/helm-ring.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-18 16:27:54 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-18 16:27:54 +0100
commit91fe51a0fd2f9f81313b327ad20721939602da98 (patch)
tree6208b97cd18a894921e696f6d6663b8022e907ef /helm-ring.el
parentb9377cddc9c149fa16a393894497d608ff1d9100 (diff)
Fix helm-kill-ring-max-offset docstring (#1664).
* helm-ring.el (helm-kill-ring-max-offset): Do it.
Diffstat (limited to 'helm-ring.el')
-rw-r--r--helm-ring.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-ring.el b/helm-ring.el
index e46bffe1..520dadb4 100644
--- a/helm-ring.el
+++ b/helm-ring.el
@@ -37,7 +37,7 @@
(defcustom helm-kill-ring-max-offset 400
"Max number of chars displayed per candidate in kill-ring browser.
-If nil or zero (disabled), don't truncate candidate, show all.
+If nil, don't truncate candidate, show all.
By default it is approximatively the number of bits contained in five lines
of 80 chars each i.e 80*5."
:type '(choice (const :tag "Disabled" nil)