diff options
| author | Juanma Barranquero | 2014-03-21 02:12:57 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-21 02:12:57 +0100 |
| commit | dada060d9f65ce57fca99bef6e5a69ee88e126cf (patch) | |
| tree | dc7777479a3e08d9cf4c2de5941c8882aa2b9e4e /lisp/ChangeLog | |
| parent | 1271626ab5d345cdfcd9aca1c528f6ed6152ef96 (diff) | |
| download | emacs-dada060d9f65ce57fca99bef6e5a69ee88e126cf.tar.gz emacs-dada060d9f65ce57fca99bef6e5a69ee88e126cf.zip | |
lisp/*.el: Fix typos.
* lisp/align.el (align-regexp): Remove superfluous backslash.
* lisp/ffap.el (ffap-ftp-default-user, ffap-url-regexp)
(ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
(ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
Fix docstring typos.
(ffap-next): Use C-u in docstring.
(ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
(ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
Remove superfluous backslashes.
(ffap-string-at-point): Reflow docstring.
* lisp/server.el (server-host): Reflow docstring.
(server-unload-function): Fix docstring typo.
(server-eval-at): Remove superfluous backslash.
* lisp/skeleton.el (skeleton-insert): Remove superfluous backslash.
(skeleton-insert): Doc fix.
(skeleton-insert): Reflow docstring.
* lisp/term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
(tty-color-approximate, tty-color-by-index, tty-color-values)
(tty-color-desc): Remove superfluous backslashes.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 857c086790e..8a9acd99423 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2014-03-21 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * align.el (align-regexp): Remove superfluous backslash. | ||
| 4 | |||
| 5 | * ffap.el (ffap-ftp-default-user, ffap-url-regexp) | ||
| 6 | (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix) | ||
| 7 | (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp): | ||
| 8 | Fix docstring typos. | ||
| 9 | (ffap-next): Use C-u in docstring. | ||
| 10 | (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist) | ||
| 11 | (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask): | ||
| 12 | Remove superfluous backslashes. | ||
| 13 | (ffap-string-at-point): Reflow docstring. | ||
| 14 | |||
| 15 | * server.el (server-host): Reflow docstring. | ||
| 16 | (server-unload-function): Fix docstring typo. | ||
| 17 | (server-eval-at): Remove superfluous backslash. | ||
| 18 | |||
| 19 | * skeleton.el (skeleton-insert): Remove superfluous backslash. | ||
| 20 | (skeleton-insert): Doc fix. | ||
| 21 | (skeleton-insert): Reflow docstring. | ||
| 22 | |||
| 23 | * term/tty-colors.el (tty-color-alist, tty-modify-color-alist) | ||
| 24 | (tty-color-approximate, tty-color-by-index, tty-color-values) | ||
| 25 | (tty-color-desc): Remove superfluous backslashes. | ||
| 26 | |||
| 1 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | 27 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 28 | ||
| 3 | * electric.el (electric-newline-and-maybe-indent): New command. | 29 | * electric.el (electric-newline-and-maybe-indent): New command. |