aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert2011-12-11 21:32:49 -0800
committerPaul Eggert2011-12-11 21:32:49 -0800
commit333f9019e29e9b6de3a7ec07448be1d364ba540b (patch)
treefd19625604abbd2784e9c9de92c613ff965ea11d /lib-src
parent11636b221d2897aed5ca9a762d7b61afd20b6168 (diff)
downloademacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.tar.gz
emacs-333f9019e29e9b6de3a7ec07448be1d364ba540b.zip
Spelling fixes.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 922a96ad194..40404828e0f 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -3137,7 +3137,7 @@
3137 (main): Call put_entries here even in CTAGS mode. 3137 (main): Call put_entries here even in CTAGS mode.
3138 (main, process_file): Check the return values of fclose and pclose. 3138 (main, process_file): Check the return values of fclose and pclose.
3139 (process_file): Do not call put_entries after parsing each file. 3139 (process_file): Do not call put_entries after parsing each file.
3140 (process_file): Canonicalise file names even for ctags. 3140 (process_file): Canonicalize file names even for ctags.
3141 (process_file): Set curfile here... 3141 (process_file): Set curfile here...
3142 (find_entries): ... not here any more. 3142 (find_entries): ... not here any more.
3143 (add_node): In etags mode, build a linked list of entries (on 3143 (add_node): In etags mode, build a linked list of entries (on