Previous: , Up: Modifying Format Tables   [Contents][Index]


4.3.4 Directive Removal

In order to remove a directive from a format table, simply call set-format-directive without any definition, that is, without using the :standard or :function keyword arguments. For instance, a call to ‘(set-format-directive #\s)’ will remove the definition for both ~s and ~S (but then again, see Casing) from the current format table.