aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-07-20 22:29:53 +0000
committerJuanma Barranquero <[email protected]>2005-07-20 22:29:53 +0000
commitf33321adeab711ed506e863c8497458c09433b0a (patch)
tree190e6b523a958331a8e79424b3aa53507cd58059 /lisp/ChangeLog
parentbd7c852ac7f13c844f9d68902f889d9a6ef5383b (diff)
(clone-indirect-buffer): Doc fix.
(fixup-whitespace, just-one-space, backward-delete-char-untabify, lambda): "?\ " -> "?\s". (next-error, next-error-highlight, next-error-highlight-no-select, next-error-last-buffer, next-error-buffer-p, next-error-find-buffer, next-error, previous-error, next-error-no-select, previous-error-no-select, open-line, split-line, minibuffer-prompt-width, kill-new, binary-overwrite-mode): Fix typos in docstrings. (set-fill-column): Fix typo in message.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 23b675e754..e4840d0828 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -72,6 +72,30 @@
(write-contents-hooks, write-file-hooks):
Declare with `define-obsolete-variable-alias'.
+ * forms-d2.el (arch-rj): Fix typo in docstrings.
+ (arch-tocol): Likewise. "?\ " -> "?\s".
+
+ * frame.el (set-frame-font, cursor-in-non-selected-windows):
+ Fix typo in docstring.
+ (set-screen-width, set-screen-height): Delete redundant info in
+ doctrings.
+ (new-frame, screen-height, screen-width): Declare with
+ `define-obsolete-function-alias'.
+ (delete-frame-hook, blink-cursor): Declare with
+ `define-obsolete-variable-alias'.
+
+ * paths.el (prune-directory-list): Fix typos in docstring.
+
+ * pcvs-util.el (cvs-flags-query, cvs-strings->string)
+ (cvs-prefix-get): Fix typos in docstrings.
+
+ * ps-print.el (ps-extend-face-list, ps-extend-face)
+ (ps-print-background-image): Fix typos in docstrings.
+ (ps-default-fg, ps-default-bg): Doc fixes.
+
+ * s-region.el (s-region-bind): Doc fix.
+ (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
+
* textmodes/org.el (org-table-formula-substitute-names)
(org-table-get-vertical-vector): Doc fixes.
(org-table-recalculate): Remove unused argument to `message'.