Eu tenho o abaixo: (setq some-variable "less") Estou confuso por que tenho que usar aspas simples com boundpmas não com bound-and-true-p. Exemplo 1: (when (boundp 'some-variable) (message "some-variable is %s" some-variable)) Resultado: "alguma variável é menor" Exemplo 2a: (when...