lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking-at-p.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Jun 2013 11:29:30 +0000 (13:29 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 20 Jun 2013 11:29:30 +0000 (13:29 +0200)
commitd5b27848d6272a979ba59455ef9ccc8feb54e1e8
treeeb3285fae91b70e58991d7dc5352ccd2f995bd28
parent01a439012b9393e1325ab983dfcebad0307f0a03
lisp/(cus-edit,custom).el: Fix typos; use setq-local, string-match-p, looking-at-p.

* lisp/cus-edit.el:
  (custom-commands): Fix typos.
  (custom-display): Fix tooltip text.
  (custom-magic-alist, custom-filter-face-spec, custom-group-members):
  Fix typos in docstrings.
  (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
  (custom-unlispify-menu-entry, custom-magic-value-create)
  (custom-add-see-also, custom-group-value-create): Use ?\s.
  (custom-guess-type, customize-apropos, editable-field)
  (custom-face-value-create): Use `string-match-p'.
  (custom-save-variables, custom-save-faces): Use `looking-at-p'.

* lisp/custom.el (custom-load-symbol): Use `string-match-p'.
lisp/ChangeLog
lisp/cus-edit.el
lisp/custom.el