+2013-06-15 Juanma Barranquero <lekktu@gmail.com>
+
+ * help-fns.el (describe-variable):
+ Add extra line for permanent-local variables.
+
2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
* progmodes/scheme.el (scheme-font-lock-keywords-2):
(princ "buffer-local when set.\n"))
((not permanent-local))
((bufferp locus)
+ (setq extra-line t)
(princ " This variable's buffer-local value is permanent.\n"))
(t
+ (setq extra-line t)
(princ " This variable's value is permanent \
if it is given a local binding.\n")))