aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-01-04 18:56:08 -0800
committerPaul Eggert2014-01-04 18:56:08 -0800
commitda5ecfa9b951691fc8bbf17f24fc8626216a706b (patch)
tree578d41e67060235d3de230b39c9326d683d77014 /lisp/ChangeLog
parent5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff)
downloademacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz
emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a misspelling anyway.... * src/nsterm.h (updateCollectionBehavior): Rename from updateCollectionBehaviour. All uses changed.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c76eaceba78..c398a34f93b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -131,7 +131,7 @@
131 * shell.el (shell-dynamic-complete-command): Doc fix. 131 * shell.el (shell-dynamic-complete-command): Doc fix.
132 (shell--command-completion-data): Shell completion now matches 132 (shell--command-completion-data): Shell completion now matches
133 executable filenames from the current buffer's directory, on 133 executable filenames from the current buffer's directory, on
134 systems in which this behaviour is the default (windows-nt, ms-dos). 134 systems in which this behavior is the default (windows-nt, ms-dos).
135 135
1362013-12-27 Lars Ingebrigtsen <larsi@gnus.org> 1362013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
137 137