comparison lisp/ChangeLog @ 96496:e374c747704b

Fix typos, and general docstring cleanup. * nxml/nxml-glyph.el (nxml-glyph-set-hook): * nxml/nxml-uchnm.el (nxml-unicode-blocks) (nxml-unicode-block-char-name-set): * nxml/nxml-util.el (nxml-debug, nxml-make-namespace): * nxml/rng-nxml.el (rng-set-state-after): * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring. * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary) (rng-c-parse-annotation-body): * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings. * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1) (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete) (nxml-forward-balanced-item, nxml-dynamic-markup-word) (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display): Fix typos in docstrings. (nxml-attribute-indent): Reflow docstring. (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end) (nxml-default-buffer-file-coding-system): Doc fixes. * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state) (nxml-ns-set-prefix): Fix typos in docstrings. (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default): Reflow docstring. (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes. * nxml/nxml-outln.el (nxml-hide-all-text-content) (nxml-show-direct-text-content, nxml-show-direct-subheadings) (nxml-hide-direct-text-content, nxml-hide-subheadings) (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other) (nxml-outline-display-rest, nxml-outline-set-overlay) (nxml-section-tag-forward, nxml-section-tag-backward) (nxml-back-to-section-start): Fix typos in docstrings. * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file): Doc fixes. * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards) (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes. (nxml-scan-after-change): Fix typo in docstring. * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list) (rng-name-class-possible-names): Doc fixes. (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris) (rng-match-possible-start-tag-names, rng-match-possible-value-strings): Fix typos in docstrings. (rng-intern-group-shortcut, rng-intern-choice-shortcut): Reflow docstrings. * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes. (rng-substq, rng-complete-before-point): Fix typos in docstrings. * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp) (rng-xsd-convert-date-time): Reflow docstrings. (rng-xsd-compile): Fix typo in docstring. * nxml/rng-loc.el (rng-current-schema-file-name) (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id): Doc fixes. (rng-set-schema-file): Fix typo in docstring. * nxml/rng-valid.el (rng-error-count, rng-validate-mode) (rng-do-some-validation, rng-process-start-tag, rng-process-text): Fix typos in docstrings. (rng-message-overlay, rng-conditional-up-to-date-start) (rng-conditional-up-to-date-end): Doc fixes. (rng-next-error, rng-previous-error): Reflow docstrings. * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix. (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs) (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog) (xmltok-merge-attributes): Fix typos in docstrings. (xmltok-make-attribute, xmltok-forward-special) (xmltok-get-declared-encoding-position): Reflow docstrings. * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix. (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 03 Jul 2008 12:25:23 +0000
parents 7d58361bf4f2
children 885e5368ecb2
comparison
equal deleted inserted replaced
96495:c7a78d44a1d3 96496:e374c747704b
1 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
2
3 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
4 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5 (nxml-unicode-block-char-name-set):
6 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
7 * nxml/rng-nxml.el (rng-set-state-after):
8 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
9
10 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
11 (rng-c-parse-annotation-body):
12 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
13
14 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
15 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
16 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
17 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
18 Fix typos in docstrings.
19 (nxml-attribute-indent): Reflow docstring.
20 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
21 (nxml-default-buffer-file-coding-system): Doc fixes.
22
23 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
24 (nxml-ns-set-prefix): Fix typos in docstrings.
25 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
26 Reflow docstring.
27 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
28
29 * nxml/nxml-outln.el (nxml-hide-all-text-content)
30 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
31 (nxml-hide-direct-text-content, nxml-hide-subheadings)
32 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
33 (nxml-outline-display-rest, nxml-outline-set-overlay)
34 (nxml-section-tag-forward, nxml-section-tag-backward)
35 (nxml-back-to-section-start): Fix typos in docstrings.
36
37 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
38 Doc fixes.
39
40 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
41 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
42 (nxml-scan-after-change): Fix typo in docstring.
43
44 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
45 (rng-name-class-possible-names): Doc fixes.
46 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
47 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
48 Fix typos in docstrings.
49 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
50 Reflow docstrings.
51
52 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
53 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
54
55 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
56 (rng-xsd-convert-date-time): Reflow docstrings.
57 (rng-xsd-compile): Fix typo in docstring.
58
59 * nxml/rng-loc.el (rng-current-schema-file-name)
60 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
61 Doc fixes.
62 (rng-set-schema-file): Fix typo in docstring.
63
64 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
65 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
66 Fix typos in docstrings.
67 (rng-message-overlay, rng-conditional-up-to-date-start)
68 (rng-conditional-up-to-date-end): Doc fixes.
69 (rng-next-error, rng-previous-error): Reflow docstrings.
70
71 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
72 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
73 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
74 (xmltok-merge-attributes): Fix typos in docstrings.
75 (xmltok-make-attribute, xmltok-forward-special)
76 (xmltok-get-declared-encoding-position): Reflow docstrings.
77
78 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
79 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
80 Fix typos in docstrings.
81
1 2008-07-02 John Paul Wallington <jpw@pobox.com> 82 2008-07-02 John Paul Wallington <jpw@pobox.com>
2 83
3 * ibuffer.el (ibuffer-buffer-file-name): 84 * ibuffer.el (ibuffer-buffer-file-name):
4 Use `list-buffers-directory'. Remove special-casing for `cvs-mode' 85 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
5 and `vc-dir-mode'. Suggested by Dan Nicolaescu. 86 and `vc-dir-mode'. Suggested by Dan Nicolaescu.