Explorar el Código

Fixed defcustom

Samuel W. Flint hace 8 años
padre
commit
b825b25db1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      buffer-sets.el

+ 1 - 1
buffer-sets.el

@@ -53,7 +53,7 @@
   :type 'file :group 'editing)
 
 ;;;###autoload
-(defcustom buffer-set-load-on-start (list)
+(defcustom buffer-sets-load-on-start (list)
   "A list of buffer-sets to load on Emacs start."
   :type '(repeat symbol) :group 'editing)