sh-number-or-symbol-list

sh-number-or-symbol-list is a variable defined in `sh-script.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Not documented as a variable.

Value:

((integer :menu-tag "A number (positive=>indent right)" :tag "A number") (const :tag "--") (const :tag "+ " :value + :menu-tag "+ Indent right by sh-basic-offset") (const :tag "- " :value - :menu-tag "- Indent left by sh-basic-offset") (const :tag "++" :value ++ :menu-tag "++ Indent right twice sh-basic-offset") (const :tag "--" :value -- :menu-tag "-- Indent left twice sh-basic-offset") (const :tag "* " :value * :menu-tag "* Indent right half sh-basic-offset") (const :tag "/ " :value / :menu-tag "/ Indent left half sh-basic-offset"))