aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2010-01-02 02:05:44 +0100
committerJuanma Barranquero2010-01-02 02:05:44 +0100
commit0472835ff2f73013a9633306bf60faa49cd777ba (patch)
treeff0ede67f53f653b2cced21bf79cc30080c144d7 /lisp/ChangeLog
parentdb4a7382f0ee49338f9c52adb93cd16c4b93dcd3 (diff)
downloademacs-0472835ff2f73013a9633306bf60faa49cd777ba.tar.gz
emacs-0472835ff2f73013a9633306bf60faa49cd777ba.zip
lisp/*: Fix typos in docstrings and messages.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog52
1 files changed, 52 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 65877141083..5b630124e44 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,55 @@
12010-01-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4 (bookmark-yank-point, bookmark-bmenu-check-position):
5 Fix typos in docstrings.
6 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
7 (bookmark-name-from-full-record, bookmark-get-position)
8 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
9 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
10 Remove useless quoting of parenthesis, etc. in docstrings.
11
12 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13 (ediff-append-custom-diff): Fix typo in error message.
14 (ediff-meta-mark-equal-files): Fix typos in messages.
15
16 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
17
18 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
19 Fix typo in docstring.
20
21 * net/imap-hash.el (imap-hash-make): Doc fix.
22 (imap-hash-test): Fix typo in error message; reflow docstring.
23 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
24 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
25 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
26 Fix typos in docstrings.
27 (imap-hash-open-connection): Fix typo in error message.
28
29 * play/gomoku.el (gomoku): Fix typos in docstring.
30
31 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
32 (gdb-jsonify-buffer): Fix typos in docstring.
33 (gdb-goto-breakpoint): Fix typo in error message.
34 ("Display Other Windows"): Fix typo in help message.
35 (gdb-speedbar-expand-node): Fix typo in question.
36
37 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
38 (idlwave-html-system-help-location, idlwave-html-help-location)
39 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
40 (idlwave-help-browser-generic-args, idlwave-help-directory)
41 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
42 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
43 (idlwave-online-help, idlwave-help-html-link)
44 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
45 Fix typos in docstrings.
46 (idlwave-help-with-source, idlwave-help-find-routine-definition):
47 Reflow docstrings.
48 (idlwave-help-assistant-start): Fix typo in error message.
49
50 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
51 (octave-electric-space): Fix typos in docstrings.
52
12010-01-01 Chong Yidong <cyd@stupidchicken.com> 532010-01-01 Chong Yidong <cyd@stupidchicken.com>
2 54
3 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149). 55 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).