Function: pcomplete/eshell-mode/setq

pcomplete/eshell-mode/setq is a byte-compiled function defined in esh-var.el.gz.

Signature

(pcomplete/eshell-mode/setq)

Documentation

Completion function for Eshell's setq.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-var.el.gz
(defun pcomplete/eshell-mode/setq ()
  "Completion function for Eshell's `setq'."
  (while (and (pcomplete-here (all-completions pcomplete-stub
					       obarray #'boundp))
	      (pcomplete-here))))