summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.7
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-07-03 15:18:32 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-07-03 15:18:32 +0000
commit92439579f3a00655358f48ea64b8fb142bfda1b6 (patch)
tree7cc696b514cdca4b976905ac56b5a0734ca48777 /lisp/ChangeLog.7
parent10545bd83d3b5c7f6082d56a59449ff1eddae2ff (diff)
Typos, doc fixes, etc.
* eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring. (eshell-parse-argument-hook, eshell-special-chars-inside-quoting) (eshell-arg-load-hook, eshell-special-chars-outside-quoting): Remove spurious * in defcustom docstrings. * textmodes/fill.el (fill-paragraph): Fix typo in docstring. (fill-individual-varying-indent, colon-double-space, enable-kinsoku) (adaptive-fill-mode, adaptive-fill-first-line-regexp) (default-justification): Remove spurious * in defcustom docstrings. * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table) (rst-font-lock-keywords-function, rst-mode, rst-minor-mode) (rst-compare-decorations, rst-default-indent, rst-update-section) (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node) (rst-toc-insert-find-delete-contents, rst-toc-count-lines) (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color): Fix typos in docstrings. (rst-mode-lazy): Fix typo in docstring. Remove spurious *. (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration) (rst-get-decorations-around, rst-section-tree-point) (rst-font-lock-adornment-point): Reflow docstrings. (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration): Doc fixes. (rst-re-enumerations): Comment out.
Diffstat (limited to 'lisp/ChangeLog.7')
-rw-r--r--lisp/ChangeLog.72
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index 64289cedf5..0b9986e993 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -2291,7 +2291,7 @@
(calendar-mouse-view-other-diary-entries): Rewritten to put results
in popup menu to be consistent with other functions.
- * calendar/diary-lib.el (view-other-diary-entries): Don't overide
+ * calendar/diary-lib.el (view-other-diary-entries): Don't override
default value of diary-file.
1998-06-09 Richard Stallman <rms@psilocin.ai.mit.edu>