]> git.eshelyaron.com Git - emacs.git/commit
Improve the doc of eshell-cmpl-* custom variables (Bug#25069)
authorHong Xu <hong@topbug.net>
Tue, 29 Nov 2016 23:17:27 +0000 (15:17 -0800)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 3 Nov 2017 00:38:09 +0000 (20:38 -0400)
commitac0bb9a192f1e5de4ddc938b71e5a49d36e48a2d
tree3138da86aaa13335120e25181d9d42df6e5536dc
parent36400c7dc9c8d46f956f42d4bdbb6fe7b3f8c30a
Improve the doc of eshell-cmpl-* custom variables (Bug#25069)

* lisp/eshell/em-cmpl.el (eshell-cmpl--custom-variable-docstring): New
function to generate the docstring for custom variables derived from
pcomplete-* variables.
(eshell-cmpl-file-ignore, eshell-cmpl-dir-ignore)
(eshell-cmpl-ignore-case, eshell-cmpl-autolist)
(eshell-cmpl-suffix-list, eshell-cmpl-recexact)
(eshell-cmpl-man-function, eshell-cmpl-compare-entry-function)
(eshell-cmpl-expand-before-complete, eshell-cmpl-cycle-completions)
(eshell-cmpl-cycle-cutoff-length, eshell-cmpl-restore-window-delay)
(eshell-command-completion-function, eshell-cmpl-command-name-function)
(eshell-default-completion-function, eshell-cmpl-use-paring): Use it
to set the docstring.
lisp/eshell/em-cmpl.el