comparison lisp/ChangeLog @ 106795:8802f28da1a8

Fix typos and remove superfluous backslash-quoting in htmlfontify.el. * htmlfontify.el (htmlfontify-load-rgb-file) (htmlfontify-unload-rgb-file, hfy-fallback-colour-values) (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer) (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn) (hfy-link-style-fun, hfy-index-file, hfy-instance-file) (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks) (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map) (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties) (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class) (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap) (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq) (hfy-colour-vals, hfy-default-header, hfy-link-style-string) (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec) (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int) (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name) (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at) (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer) (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer) (hfy-force-fontification, htmlfontify-buffer, hfy-dirname) (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub) (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i) (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps) (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous backslash-quoting from parentheses, etc.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 11 Jan 2010 18:26:28 +0100
parents c177971c1cec
children 9479a9da9b8c
comparison
equal deleted inserted replaced
106794:c177971c1cec 106795:8802f28da1a8
1 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
2
3 * htmlfontify.el (htmlfontify-load-rgb-file)
4 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
5 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
6 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
7 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
9 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
10 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
11 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
12 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
14 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
15 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
16 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
17 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
18 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
19 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
20 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
21 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
22 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
23 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
24 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
25 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
26 backslash-quoting from parentheses, etc.
27
1 2010-01-11 Chong Yidong <cyd@stupidchicken.com> 28 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2 29
3 * progmodes/js.el: Autoload javascript-mode alias. 30 * progmodes/js.el: Autoload javascript-mode alias.
4 31
5 2010-01-11 Juanma Barranquero <lekktu@gmail.com> 32 2010-01-11 Juanma Barranquero <lekktu@gmail.com>