Variable: completion-syntax-table

completion-syntax-table is a buffer-local variable defined in completion.el.gz.

Documentation

This variable holds the current completion syntax table.

Aliases

cmpl-syntax-table (obsolete since 29.1)

Source Code

;; Defined in /usr/src/emacs/lisp/completion.el.gz
(defvar-local completion-syntax-table completion-standard-syntax-table
  "This variable holds the current completion syntax table.")