aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichal Nazarewicz2014-06-05 16:40:26 +0200
committerMichal Nazarewicz2014-06-05 16:40:26 +0200
commite01e361f93959c5a5873ac119d9e55380dbdbbaa (patch)
tree700b49a0d03723a6e5e4df5a0f8156fd8fbd40fd /lisp/ChangeLog
parent9342feecdd92b769b1f45a6feea8ad34985c5049 (diff)
downloademacs-e01e361f93959c5a5873ac119d9e55380dbdbbaa.tar.gz
emacs-e01e361f93959c5a5873ac119d9e55380dbdbbaa.zip
tildify.el: Improve defcustom's types
* lisp/textmodes/tildify.el (tildify-pattern-alist) (tildify-string-alist, tildify-ignored-environments-alist): Add more tags explaining what each value means and replace “sexp” used in `tildify-ignored-environments-alist' with a full type declaration.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 936ae225a8b..f7f3d13d700 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12014-06-05 Michal Nazarewicz <mina86@mina86.com> 12014-06-05 Michal Nazarewicz <mina86@mina86.com>
2 2
3 * textmodes/tildify.el (tildify-pattern-alist)
4 (tildify-string-alist, tildify-ignored-environments-alist):
5 Improve defcustom's types by adding more tags explaining what each
6 value means and replace “sexp” used in
7 `tildify-ignored-environments-alist' with a full type declaration.
8
3 * textmodes/tildify.el (tildify-find-env): Fix matched group 9 * textmodes/tildify.el (tildify-find-env): Fix matched group
4 indexes in end-regex building 10 indexes in end-regex building
5 11